Parses the binary body image.
Declaration Syntax
protected override int ParseBodyImage(
byte[] binaryImage,
int startIndex,
int length
)
Protected Overrides Function ParseBodyImage ( _
binaryImage As Byte(), _
startIndex As Integer, _
length As Integer _
) As Integer
protected:
virtual int ParseBodyImage(
array<unsigned char>^ binaryImage,
int startIndex,
int length
) override
Parameters
- binaryImage (array<Byte>[]()[][])
- Binary image to parse.
- startIndex (Int32)
- Start index into binaryImage to begin parsing.
- length (Int32)
- Length of valid data within binaryImage.
Return Value
The length of the data that was parsed.
Remarks
The longitude, latitude and number of satellites arrive at the top of minute in F-NET data as the analog
data in a siggle row, each on their own row, as sample 1, 2, and 3 respectively.
Assembly:
TVA.PhasorProtocols (Module: TVA.PhasorProtocols) Version: 1.4.192.0