Click or drag to resize

RadiusPacketGetAttributeValue Method

Gets the value of the specified attributeType if it is present in the RadiusPacket.

Namespace: GSF.Communication.Radius
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
public byte[] GetAttributeValue(
	AttributeType attributeType
)
View Source

Parameters

attributeType  AttributeType
Type of the RadiusPacketAttribute whose value is to be retrieved.

Return Value

Byte
RadiusPacketAttribute.Value if RadiusPacketAttribute is present; otherwise null.
See Also