Commit Graph

58 Commits (193b8bf05404ead27f08ad76a066ae15447819b4)

Author SHA1 Message Date
Maxson Ramon dos Anjos Medeiros 193b8bf054 -added function to set the number of outstanding calls-
IedConnection_setMaxOutstandingCalls (LIB61850-433)
1 year ago
Michael Zillgith 681d1b0e05 - .NET API: fixed - crash when GetDataSetDirectoryAsync returns error
(LIB61850-434)
1 year ago
Michael Zillgith f951ebc08e - Added function IedConnection_setLocalAddress to define local IP address and optionally local port of a client connection (LIB61850-378) 2 years ago
Michael Zillgith a385a74c4d - fixed - .NET: IedConenction.WriteDataSetValues throws a
NullReferenceException (LIB61850-384)
3 years ago
Michael Zillgith 2092f42f80 - .NET wrapper: fixed problems with garbage collected delegates for async client functions (LIB61850-301) 4 years ago
Michael Zillgith 5d1f66d7e6 - .NET API: Fixed bug in IedConnection.GetFileAsync 4 years ago
Michael Zillgith 01b1f96590 Merge branch 'v1.5_feature_260' into v1.5 4 years ago
Michael Zillgith 0dc79d4dd8 - .NET API: Added functions for IedConnction - CreateDataSetAsync, DeleteDataSetAsync, GetDataSetDirectoryAsync (LIB61850-260) 4 years ago
Michael Zillgith 50fc97734e - new function IedConnection_setTimeQuality - Added support to set time quality for client generated time stamps (LIB61850-280) 4 years ago
Michael Zillgith 82e57900fa - .NET API: added wrapper for IedConnection_setFile and IedConnection_setFilestoreBasepath (LIB61850-258) 4 years ago
Michael Zillgith bb64d9d8fe - .NET API: GooseSubscriber - added GetGoId, GetGoCbRef, GetFataSet
methods
- .NET API: GooseReceiver - store references to all added
GooseSubscribers to prevent garbage collection
- update documentation comments for GooseSubscriber API
4 years ago
Michael Zillgith b2f417bdbf - updated comments and readme 4 years ago
Michael Zillgith 320f511d33 - IEC 61850 client: Added functions IedConnection_setRequestTimeout and IedConnection_getRequestTimeout to C API and IedConnection.RequestTimeout property to .NET API 6 years ago
Michael Zillgith 0d025800b4 - added setting of MMS request timeout to .NET 6 years ago
Michael Zillgith 8099734f11 - .NET API: adopted to new server side control API 6 years ago
Michael Zillgith 544b301861 - .NET API: added missing native function declarations 6 years ago
Michael Zillgith 3d8ab44a49 - MMS client: improved handling of malformed messages when reading data
- MMS client: improved handling of malformed messages when receiving reports
- MMS client: fixed potential memory leak when receiving malformed messages
7 years ago
Michael Zillgith 256f55aaef - .NET API: added more async client functions 7 years ago
Michael Zillgith 821b065453 - .NET API: added more async functions (control, association, data set, get variable specification) 7 years ago
Michael Zillgith b6c9a56d4a - .NET API: added more async functions
- .NET API: added GetFileDirectoryEx function
. file-tool: add "s" option to send only a single get file directory request
7 years ago
Michael Zillgith 4dc0f9c987 - .NET API: Added support for IedConnection.GetState and StateChangedHandler 7 years ago
Michael Zillgith 154b3623e7 - .NET API: Added method MmsConnection.ReadMultipleVariables
- .NET API: extended MmsValue.ToString method to print arrays and data access errors
7 years ago
Michael Zillgith cf63ab1269 - .NET API: IedConnection - add async QueryLog functions 7 years ago
Michael Zillgith 916f9da92e - .NET API: IedConnection - added new method GetLogicalDeviceVariablesAsync and property MaxPduSize 7 years ago
Michael Zillgith 0ff713b7f1 - .NET API: added async versions for WriteValaue and GetServerDirectory 7 years ago
Michael Zillgith 1d120f87de - .NET API: Added IedConnection.ReadValueAsync method 7 years ago
Michael Zillgith 44d8ad8d15 - IEC 61850/MMS client: changed all invokeId parameters in async callbacks to uint32_t 7 years ago
Michael Zillgith eb97d64ae2 - .NET API: updated marshaling of bool types in pinvoke code 7 years ago
Michael Zillgith 76ab1ec9f6 - .NET API: Added destructor and Dispose method to ReportControlBlock
- .NET API: Changed ReportControlBlock access to IedConnection to improve stability when connection closes unexpectedly
7 years ago
Michael Zillgith 10ed5af230 - .NET API: added support for GoCB handling
- .NET API: Add PhyComAddress class
8 years ago
Michael Zillgith 36a1660d71 - .NET API: Added DeleteFile (from pull request #44 by jpeltonen) 8 years ago
Michael Zillgith d995c05fc0 - .NET: Added TLS.TLSConfiguration class to wrap native TLSConfiguration
- .NET: Added TLS support for IedConnection
8 years ago
Michael Zillgith d0ac21e487 - client/server: added set data set service (MMS write named variable list)
- client/server: improved write access to array elements and sub arrays
8 years ago
Michael Zillgith 291d21ef9e - IEC 61850 client: Changed result strings of IedConnection_getDataDirectoryByFC. Removed appended FC string. 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 6273a18c48 - .NET: in IedConnection: added internal reference to IsoConnectionParameters object to avoid deletion of internal AcseAuthenticationParameters by garbage collector 9 years ago
Michael Zillgith b8a4e8c7b0 - some fixes 9 years ago
Michael Zillgith da21bb2e76 - C# wrapper: fixed bug in client readObject functions 9 years ago
Michael Zillgith dc281a7ee9 - added maximum log entry size for LogStorage
- implemented maximum log entries for sqlite log storage
- added log to C# API
9 years ago
Michael Zillgith fca675e2a1 - C# API: added client side log service support 9 years ago
Michael Zillgith d81e9e1c19 - implemente ControlObjectClient_setTestMode function, also for C# wrapper 9 years ago
Michael Zillgith 899fd370f8 - changed .NET client API 10 years ago
Michael Zillgith 44a4336deb - changed signature of IedConnection_deleteDataSet, MmsConnection_deleteAssociationSpecificNamedVariableList, MmsConnection_deleteNamedVariableList. added boolean return value to indicate if data set/named variable list has been deleted.
- increased version number to 0.9.1
10 years ago
Michael Zillgith bc65ce46c6 - added MmsConnection.setLocalDetail and MmsConnection.getLocalDetail to C# API 10 years ago
Michael Zillgith 0fb088320a - fixed problem in reporting.csproj file
- fixed bug in C# Validity enum
10 years ago
Michael Zillgith 108332774f - added FCs "BR" and "RP"
- fixed conformance problem in buffered reporting timeofEntry write access handling
10 years ago
Michael Zillgith f5c5fa7fb4 - fixed problems in buffered reporting 10 years ago
Michael Zillgith d9c8d9cc1b - .NET API: added Dispose method to IecConnection and ReportControlBlock classes 10 years ago
Michael Zillgith 5ef1da7ac2 - added function ControlObjectClient_useConstantT to enable constant T parameter value during a control sequence 10 years ago
Michael Zillgith f3347e4f16 - added additional error codes to reflect MMS data access errors
- IedConnection_getRCBValues returns correct error code in case the RCB does not exist
10 years ago