Click or drag to resize

ConfigurationCell3DecodeLengthPrefixedString Method

Decodes a length-prefixed string. Length size is one byte per IEEE C37.118-2011 specification.

Namespace: GSF.PhasorProtocols.IEEEC37_118
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public static string DecodeLengthPrefixedString(
	byte[] buffer,
	ref int offset
)
View Source

Parameters

buffer  Byte
Source buffer.
offset  Int32
Source buffer offset. Value is auto-incremented.

Return Value

String
Decoded string from bytes encoded in buffer.
See Also