lib60870.NET 2.3.0
IEC 60870-5-101/104 Protocol Source Code Library for C#/.NET
Loading...
Searching...
No Matches
lib60870 Namespace Reference

Classes

class  ASDUParsingException
 
class  ASDUQueue
 
class  BufferFrame
 Implementation of Frame to encode into a given byte array.
 
class  ConnectionException
 
class  CP16Time2a
 
class  CP24Time2a
 
class  CP32Time2a
 
class  CP56Time2a
 
class  Frame
 Abstract class to encode an application layer frame. More...
 
class  LibraryCommon
 Common information functions about the library. More...
 
class  SingleCommandQualifier
 
class  SystemUtils
 Some system related helper functions.
 

Functions

delegate bool RawMessageHandler (object parameter, byte[] message, int messageSize)
 Raw message handler. Can be used to access the raw message. Returns true when message should be handled by the protocol stack, false, otherwise.