C# Class STUN.SoftwareAttribute

Inheritance: STUNAttribute
Datei anzeigen Open project: RELOAD-NET/RELOAD.NET Class Usage Examples

Public Methods

Method Description
CreateSoftware ( String Software ) : SoftwareAttribute
ParseSoftware ( UInt16 att_length, Byte att_value_with_padding ) : void

Private Methods

Method Description
SoftwareToByteArray ( ) : Byte[]

Method Details

CreateSoftware() public static method

public static CreateSoftware ( String Software ) : SoftwareAttribute
Software String
return SoftwareAttribute

ParseSoftware() public method

public ParseSoftware ( UInt16 att_length, Byte att_value_with_padding ) : void
att_length System.UInt16
att_value_with_padding Byte
return void