|
ConfigurationFrameCalculateChecksum Method
|
Method is not implemented.
Namespace: GSF.PhasorProtocols.SelFastMessageAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.205-beta
Syntax protected override ushort CalculateChecksum(
byte[] buffer,
int offset,
int length
)
abstract CalculateChecksum :
buffer : byte[] *
offset : int *
length : int -> uint16
override CalculateChecksum :
buffer : byte[] *
offset : int *
length : int -> uint16
function CalculateChecksum(buffer, offset, length);
View SourceParameters
- buffer Byte
- A Byte buffer to read data from.
- offset Int32
- An Int32 offset to read from.
- length Int32
- An Int32 number of bytes to read.
Return Value
UInt16An
UInt16 value for the checksum.
Exceptions Exception | Condition |
---|
NotImplementedException | SEL Fast Message doesn't define a binary configuration frame - so no checksum is defined. |
See Also