DataFrameParseHeaderImage Method
Parses the binary header image.
Namespace: Gemstone.PhasorProtocols.SelCWSAssembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.166 -- Release Build+4f9601ce2fc7721cafe5edaeacb540e40faa3f58
protected override int ParseHeaderImage(
byte[] buffer,
int startIndex,
int length
)
function ParseHeaderImage(buffer, startIndex, length);
- buffer Byte
- Buffer containing binary image to parse.
- startIndex Int32
- 0-based starting index in the buffer to start parsing.
- length Int32
- Valid number of bytes within buffer from startIndex.
Int32The number of bytes used for initialization in the
buffer (i.e., the number of bytes parsed).
This method is typically overridden by a specific protocol implementation.