Click or drag to resize

RadiusPacketAttribute(AttributeType, UInt32) Constructor

Initializes a new instance of the RadiusPacketAttribute class.

Namespace: GSF.Communication.Radius
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
public RadiusPacketAttribute(
	AttributeType type,
	uint value
)
View Source

Parameters

type  AttributeType
Type of the RadiusPacketAttribute.
value  UInt32
32-bit unsigned integer value of the RadiusPacketAttribute.
See Also