C# Class lib60870.CS101.BinaryCounterReading

Binary counter reading. Used for tranmission of integrated totals.
显示文件 Open project: riclolsen/json-scada Class Usage Examples

Public Methods

Method Description
BinaryCounterReading ( ) : System
BinaryCounterReading ( Array msg, int startIndex ) : System
GetEncodedValue ( ) : byte[]

Method Details

BinaryCounterReading() public method

public BinaryCounterReading ( ) : System
return System

BinaryCounterReading() public method

public BinaryCounterReading ( Array msg, int startIndex ) : System
msg Array
startIndex int
return System

GetEncodedValue() public method

public GetEncodedValue ( ) : byte[]
return byte[]