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