Method | Description | |
---|---|---|
CommandFrame ( PhasorProtocols command ) : System |
Creates a new CommandFrame from specified parameters. This constructor is used by a consumer to generate an Macrodyne command frame. |
Method | Description | |
---|---|---|
CalculateChecksum ( byte buffer, int offset, int length ) : ushort |
Calculates checksum of given buffer. The Macrodyne does not use checksums for sending commands. |
|
CommandFrame ( SerializationInfo info, StreamingContext context ) : System |
Creates a new CommandFrame from serialization parameters.
|
protected CalculateChecksum ( byte buffer, int offset, int length ) : ushort | ||
buffer | byte | Buffer image over which to calculate checksum. |
offset | int | Start index into |
length | int | Length of data within |
return | ushort |
public CommandFrame ( PhasorProtocols command ) : System | ||
command | PhasorProtocols | The |
return | System |
protected CommandFrame ( SerializationInfo info, StreamingContext context ) : System | ||
info | SerializationInfo | The |
context | StreamingContext | The source |
return | System |