Click or drag to resize

CommonParseTagLength Method

Gets decoded sample value tag length (currently limited to 16-bits).

Namespace: GSF.PhasorProtocols.IEC61850_90_5
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public static int ParseTagLength(
	this byte[] buffer,
	ref int index
)
View Source

Parameters

buffer  Byte
Buffer containing sampled value tag length.
index  Int32
Start index of buffer where tag length begins - will be auto-incremented.

Return Value

Int32
Decoded sample value tag length.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Byte. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also