Click or drag to resize

RadiusPacketAttribute(AttributeType, Byte) 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,
	byte[] value
)
View Source

Parameters

type  AttributeType
Type of the RadiusPacketAttribute.
value  Byte
Byte array value of the RadiusPacketAttribute.
See Also