|
FrameParserParseFrame Method
|
Output type specific frame parsing algorithm.
Namespace:
GSF.PhasorProtocols.IEEEC37_118
Assembly:
GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.3.405-beta
Syntax protected override int ParseFrame(
byte[] buffer,
int offset,
int length
)
abstract ParseFrame :
buffer : byte[] *
offset : int *
length : int -> int
override ParseFrame :
buffer : byte[] *
offset : int *
length : int -> int
function ParseFrame(buffer, offset, length);
Request Example
View SourceParameters
- buffer
- Type: SystemByte
Buffer containing data to parse. - offset
- Type: SystemInt32
Offset index into buffer that represents where to start parsing. - length
- Type: SystemInt32
Maximum length of valid data from offset.
Return Value
Type:
Int32The length of the data that was parsed.
See Also