lib60870.NET
2.2.0
IEC 60870-5-101/104 Protocol Source Code Library for C#/.NET
|
Public Member Functions | |
StepCommand (int ioa, StepCommandValue command, bool select, int quality) | |
Public Member Functions inherited from lib60870.CS101.DoubleCommand | |
override int | GetEncodedSize () |
Gets the encoded payload size of the object (information object size without the IOA) More... | |
DoubleCommand (int ioa, int command, bool select, int quality) | |
override void | Encode (Frame frame, ApplicationLayerParameters parameters, bool isSequence) |
Public Member Functions inherited from lib60870.CS101.InformationObject | |
InformationObject (int objectAddress) | |
Properties | |
override TypeID | Type [get] |
override bool | SupportsSequence [get] |
new StepCommandValue | State [get] |
Properties inherited from lib60870.CS101.DoubleCommand | |
override TypeID | Type [get] |
override bool | SupportsSequence [get] |
int | QU [get] |
int | State [get] |
bool | Select [get] |
Properties inherited from lib60870.CS101.InformationObject | |
int | ObjectAddress [get, set] |
abstract bool | SupportsSequence [get] |
Indicates if this information object type supports sequence of information objects encoding More... | |
abstract TypeID | Type [get] |
The type ID (message type) of the information object type More... | |
Additional Inherited Members | |
Static Public Attributes inherited from lib60870.CS101.DoubleCommand | |
static int | OFF = 1 |
static int | ON = 2 |
Protected Member Functions inherited from lib60870.CS101.InformationObject | |
InformationObject (ApplicationLayerParameters parameters, byte[] msg, int startIndex, bool isSequence) | |