C# 클래스 pGina.Plugin.RADIUS.Packet.AVP

파일 보기 프로젝트 열기: MutonUfoAI/pgina

공개 메소드들

메소드 설명
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[]

비공개 메소드들

메소드 설명
addTypeToDict ( AttributeType type ) : void

메소드 상세

AVP() 공개 메소드

public AVP ( ) : System
리턴 System

AttributeTypeCount() 공개 메소드

public AttributeTypeCount ( AttributeType type ) : byte
type AttributeType
리턴 byte

addAttribute() 공개 메소드

public addAttribute ( AttributeType type, byte value ) : void
type AttributeType
value byte
리턴 void

allAttributes() 공개 메소드

public allAttributes ( ) : byte[]>>.IEnumerable
리턴 byte[]>>.IEnumerable

containsAttribute() 공개 메소드

public containsAttribute ( AttributeType type ) : bool
type AttributeType
리턴 bool

getByteArrayAttributes() 공개 메소드

public getByteArrayAttributes ( AttributeType type, byte vsa = null, byte vsaType ) : IEnumerable
type AttributeType
vsa byte
vsaType byte
리턴 IEnumerable

getFirstRawAttribute() 공개 메소드

public getFirstRawAttribute ( AttributeType type ) : byte[]
type AttributeType
리턴 byte[]

toByteArray() 공개 메소드

public toByteArray ( ) : byte[]
리턴 byte[]