C# Class pGina.Plugin.RADIUS.Packet.AVP

Afficher le fichier Open project: MutonUfoAI/pgina

Méthodes publiques

Méthode Description
AVP ( ) : System
AttributeTypeCount ( AttributeType type ) : byte
addAttribute ( AttributeType type, byte value ) : void
allAttributes ( ) : byte[]>>.IEnumerable
containsAttribute ( AttributeType type ) : bool
getByteArrayAttributes ( AttributeType type, byte vsa = null, byte vsaType ) : IEnumerable
getFirstRawAttribute ( AttributeType type ) : byte[]
toByteArray ( ) : byte[]

Private Methods

Méthode Description
addTypeToDict ( AttributeType type ) : void

Method Details

AVP() public méthode

public AVP ( ) : System
Résultat System

AttributeTypeCount() public méthode

public AttributeTypeCount ( AttributeType type ) : byte
type AttributeType
Résultat byte

addAttribute() public méthode

public addAttribute ( AttributeType type, byte value ) : void
type AttributeType
value byte
Résultat void

allAttributes() public méthode

public allAttributes ( ) : byte[]>>.IEnumerable
Résultat byte[]>>.IEnumerable

containsAttribute() public méthode

public containsAttribute ( AttributeType type ) : bool
type AttributeType
Résultat bool

getByteArrayAttributes() public méthode

public getByteArrayAttributes ( AttributeType type, byte vsa = null, byte vsaType ) : IEnumerable
type AttributeType
vsa byte
vsaType byte
Résultat IEnumerable

getFirstRawAttribute() public méthode

public getFirstRawAttribute ( AttributeType type ) : byte[]
type AttributeType
Résultat byte[]

toByteArray() public méthode

public toByteArray ( ) : byte[]
Résultat byte[]