Commit Graph

19 Commits (fcdb83bc2ff8726f0f576b8b87c1512c770f4411)

Author SHA1 Message Date
Michael Zillgith 1fcbad0b65 - .NET API: added ControlAction.SetError method 5 years ago
andy1547 ff53028ec4
Added various dotnet methods required for server configuration (#216)
- Added the ability to set/read URCB buffer size in dotnet.
-  Added IedServer_getNumberOfOpenConnections, ClientConnection_getLocalAddress and server identity methods for dotnet.
Co-authored-by: Andrew Moorcroft <andrew.moorcroft@nortechonline.co.uk>
6 years ago
Michael Zillgith bfef9ce5e9 - .NET API: added IedServer:setServerIdentity method 6 years ago
andy1547 0e71091830
Added missing CDC creation methods for dotnet (#201)
* Added enumerated status CDC creation method for dotnet.
* Added APC and SPC CDC creation methods for dotnet.
* Fixed typo in method name.
* Added BCR CDC creation method for dotnet.
* Added ENC creation method for dotnet.
* Added remaining missing CDC creation methods for dotnet.
6 years ago
Michael Zillgith 6cbadb4b45 - IED server: added new function ControlAction_isSelect 6 years ago
Michael Zillgith 881ebac3dc - .NET API: added ControlAction.GetControlTime methods 6 years ago
Michael Zillgith 5bd03b0611 - IED server: added function ConfigFileParser_createModelFromConfigFileEx with filename as argument to avoid dependency on FileSystem_... functions
- .NET projects: changed target framework of some project files to v4.0
6 years ago
Michael Zillgith e4c3875e3e IEC 61850 server: added function ControlAction_getCtlNum to access ctlNum value inside control handlers 6 years ago
Michael Zillgith 8099734f11 - .NET API: adopted to new server side control API 6 years ago
Michael Zillgith 49d06cc9d3 - NET API: added TLS support for server side 7 years ago
Michael Zillgith 48b14619a3 - .NET API: Added IedServerConfig class 7 years ago
Michael Zillgith eb97d64ae2 - .NET API: updated marshaling of bool types in pinvoke code 7 years ago
Michael Zillgith 6c218db778 - .NET API: added TLSConfiguration destructor 8 years ago
Michael Zillgith b931b773eb - C# API: server - keep references to internal control handler delegates to avoid garbage collection 8 years ago
Michael Zillgith 8999487b24 - C server API: added function IedServer_setLocalIpAddress
- C# server API: added IedServer.SetLocalIpAddress
8 years ago
Michael Zillgith f3b75dd3fc - added functions Timestamp_create, Timestamp_destroy, Timestamp_setByMmsUtcTime
- C# API: Added Timestamp class
- C# API: Added missing UpdateAttribute methods to IedServer
9 years ago
Michael Zillgith e6b8e09e91 - .NET API: fixed server side bug with connection indication handler 9 years ago
Michael Zillgith b8a4e8c7b0 - some fixes 9 years ago
Michael Zillgith b4a5292b67 - C# API: added servers side control handling 9 years ago