ConfigurationCellParseFooterImage Method
Parses the binary footer image.
Namespace: Gemstone.PhasorProtocols.BPAPDCstreamAssembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.128 -- Release Build+dd7f32701ba80de4d5b0557e84e0ddc18a34573f
protected override int ParseFooterImage(
byte[] buffer,
int startIndex,
int length
)
function ParseFooterImage(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.