Writes data directly to the frame parsing engine buffer.
Declaration Syntax
public void Write(
byte[] buffer,
int offset,
int count
)
Parameters
- buffer (array<Byte>[]()[][])
- Buffer containing data to be parsed.
- offset (Int32)
- Offset into buffer where data begins.
- count (Int32)
- Length of data in buffer to be parsed.
Remarks
This method allows consumer to "manually send extra data" to the parsing engine to be parsed, if desired.
Assembly:
TVA.PhasorProtocols (Module: TVA.PhasorProtocols) Version: 1.4.192.0