Метод | Описание | |
---|---|---|
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 |
public AttributeTypeCount ( AttributeType type ) : byte | ||
type | AttributeType | |
Результат | byte |
public addAttribute ( AttributeType type, byte value ) : void | ||
type | AttributeType | |
value | byte | |
Результат | void |
public allAttributes ( ) : byte[]>>.IEnumerable |
||
Результат | byte[]>>.IEnumerable |
public containsAttribute ( AttributeType type ) : bool | ||
type | AttributeType | |
Результат | bool |
public getByteArrayAttributes ( AttributeType type, byte vsa = null, byte vsaType ) : IEnumerable |
||
type | AttributeType | |
vsa | byte | |
vsaType | byte | |
Результат | IEnumerable |
public getFirstRawAttribute ( AttributeType type ) : byte[] | ||
type | AttributeType | |
Результат | byte[] |