Click or drag to resize

CommonParseUInt32Tag Method

Validates and parses 4-byte length sample value tag.

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

Parameters

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

Return Value

UInt32

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