Parses the binary image.
Declaration Syntax
public override int Initialize(
byte[] binaryImage,
int startIndex,
int length
)
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
This method is overriden to compensate for lack of CRC in F-NET frame.
Assembly:
TVA.PhasorProtocols (Module: TVA.PhasorProtocols) Version: 1.4.192.0