ChannelDefinitionBase3ParseBodyImage Method
Parses the binary body image.
Namespace: Gemstone.PhasorProtocols.IEEEC37_118Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.155 -- Release Build+e0712c061c586a83529028b96d7dab34b7d8eae9
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.
The base implementation assumes that all channel definitions begin with a label as this is
the general case, override functionality if this is not the case.