FrequencyValueParseBodyImage Method
Parses the binary body image.
Namespace: Gemstone.PhasorProtocols.SelFastMessageAssembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.156 -- Release Build+566b4839b04c9b0049b576901a43e8cdb3b7d9ea
protected override int ParseBodyImage(
byte[] buffer,
int startIndex,
int length
)
function ParseBodyImage(buffer, startIndex, length);
- buffer Byte
- Binary image to parse.
- startIndex Int32
- Start index into buffer to begin parsing.
- length Int32
- Length of valid data within buffer.
Int32The length of the data that was parsed.