|
DataFrameCalculateChecksum Method
|
Method is not implemented.
Namespace: GSF.PhasorProtocols.FNETAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.207-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
- Array of Bytes.
- offset Int32
- An Int32 value for offset to read from.
- length Int32
- An Int32 value for the bytes to read.
Return Value
UInt16An
UInt16 as the checksum.
Exceptions See Also