DataFrameParseHeaderImage Method
Parses the binary header image.
Namespace: Gemstone.PhasorProtocols.SelFastMessageAssembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.136 -- Release Build+4bc8539cc260b23af1f55a058712d0a5186ff49a
protected override int ParseHeaderImage(
byte[] buffer,
int startIndex,
int length
)
function ParseHeaderImage(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.