lib60870.NET  2.2.0
IEC 60870-5-101/104 Protocol Source Code Library for C#/.NET
lib60870 Namespace Reference

Namespaces

Classes

class  ASDUParsingException
 
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. More...
 

Function Documentation

◆ RawMessageHandler()

delegate bool lib60870.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.