PhasorValueParseBodyImage Method
Parses the binary body image.
Namespace: Gemstone.PhasorProtocols.SelFastMessageAssembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.138 -- Release Build+d320e0a63cabbd50e5d712783a511f5687755b05
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.