|   | ConfigurationFrameCalculateChecksum Method | 
        
        
            Method is not implemented.
            
        
        Namespace: GSF.PhasorProtocols.SelFastMessageAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
 Syntax
Syntaxprotected override ushort CalculateChecksum(
	byte[] buffer,
	int offset,
	int length
)
Protected Overrides Function CalculateChecksum ( 
	buffer As Byte(),
	offset As Integer,
	length As Integer
) As UShort
protected:
virtual unsigned short CalculateChecksum(
	array<unsigned char>^ buffer, 
	int offset, 
	int length
) override
abstract CalculateChecksum : 
        buffer : byte[] * 
        offset : int * 
        length : int -> uint16 
override CalculateChecksum : 
        buffer : byte[] * 
        offset : int * 
        length : int -> uint16 function CalculateChecksum(buffer, offset, length);
Parameters
- 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
Exceptions| Exception | Condition | 
|---|
| NotImplementedException | SEL Fast Message doesn't define a binary configuration frame - so no checksum is defined. | 
 See Also
See Also