FrameParserParseFrame Method
Output type specific frame parsing algorithm.
Namespace: Gemstone.PhasorProtocols.SelCWSAssembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.160 -- Release Build+513330b2be7fdb9c9f4bfe60fd4f0a256321d484
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.