C# Class STUN.STUNErrorCode

ファイルを表示 Open project: RELOAD-NET/RELOAD.NET Class Usage Examples

Public Methods

Method Description
Parse ( Byte errorCode ) : STUNErrorCode
STUNErrorCode ( int ErrorCode, String ReasonPhrase ) : System
ToByteArray ( STUNErrorCode stunErrorCode ) : Byte[]

Method Details

Parse() public static method

public static Parse ( Byte errorCode ) : STUNErrorCode
errorCode Byte
return STUNErrorCode

STUNErrorCode() public method

public STUNErrorCode ( int ErrorCode, String ReasonPhrase ) : System
ErrorCode int
ReasonPhrase String
return System

ToByteArray() public static method

public static ToByteArray ( STUNErrorCode stunErrorCode ) : Byte[]
stunErrorCode STUNErrorCode
return Byte[]