C# Class STUN.PriorityAttribute

Inheritance: STUNAttribute
Afficher le fichier Open project: RELOAD-NET/RELOAD.NET Class Usage Examples

Méthodes publiques

Méthode Description
CreatePriority ( UInt32 Priority ) : PriorityAttribute
ParsePriority ( UInt16 att_length, Byte att_value_with_padding ) : void

Private Methods

Méthode Description
PriorityToByteArray ( ) : Byte[]

Method Details

CreatePriority() public static méthode

public static CreatePriority ( UInt32 Priority ) : PriorityAttribute
Priority System.UInt32
Résultat PriorityAttribute

ParsePriority() public méthode

public ParsePriority ( UInt16 att_length, Byte att_value_with_padding ) : void
att_length System.UInt16
att_value_with_padding Byte
Résultat void