libiec61850.NET 1.6.1
IEC 61850 .NET API for libiec61850 protocol library
|
Classes | |
class | IEC61850.Client.MmsServerIdentity |
class | IEC61850.Client.MmsConnection |
Represents an MmsConnection object (a single connection to an MMS server) More... | |
class | IEC61850.Client.MmsJournalVariable |
Represents a variable in a log entry. More... | |
class | IEC61850.Client.MmsJournalEntry |
Represents an entry of a log. More... | |
class | IEC61850.Client.IedConnection |
This class acts as the entry point for the IEC 61850 client API. It represents a single (MMS) connection to a server. More... | |
class | IEC61850.Client.IedConnectionException |
class | IEC61850.Client.FileDirectoryEntry |
class | IEC61850.Client.IedClientErrorExtension |
Namespaces | |
namespace | IEC61850 |
IEC 61850 API for the libiec61850 .NET wrapper library. | |
namespace | IEC61850.Client |
Functions | |
delegate void | IEC61850.Client.GetRCBValuesHandler (UInt32 invokeId, object parameter, IedClientError err, ReportControlBlock rcb) |
Asynchonous service handler for the get RCB values service. | |
delegate void | IEC61850.Client.SetRCBValuesHandler (UInt32 invokeId, object parameter, IedClientError err, ReportControlBlock rcb) |
Asynchonous service handler for the set RCB values service. | |
delegate void | IEC61850.Client.GenericServiceHandler (UInt32 invokeId, object parameter, IedClientError err) |
Generic asynchonous service handler - used by simple services that have only success or error result. | |