C# Class STUN.SoftwareAttribute

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

Méthodes publiques

Méthode Description
CreateSoftware ( String Software ) : SoftwareAttribute
ParseSoftware ( UInt16 att_length, Byte att_value_with_padding ) : void

Private Methods

Méthode Description
SoftwareToByteArray ( ) : Byte[]

Method Details

CreateSoftware() public static méthode

public static CreateSoftware ( String Software ) : SoftwareAttribute
Software String
Résultat SoftwareAttribute

ParseSoftware() public méthode

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