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