FrameParserParseFrame Method
Output type specific frame parsing algorithm.
Namespace: Gemstone.PhasorProtocols.SelCWSAssembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.166 -- Release Build+4f9601ce2fc7721cafe5edaeacb540e40faa3f58
protected override int ParseFrame(
byte[] buffer,
int offset,
int length
)
function ParseFrame(buffer, offset, length);
- buffer Byte
- Buffer containing data to parse.
- offset Int32
- Offset index into buffer that represents where to start parsing.
- length Int32
- Maximum length of valid data from offset.
Int32The length of the data that was parsed.