C# 클래스 STUN.STUNErrorCode

파일 보기 프로젝트 열기: RELOAD-NET/RELOAD.NET 1 사용 예제들

공개 메소드들

메소드 설명
Parse ( Byte errorCode ) : STUNErrorCode
STUNErrorCode ( int ErrorCode, String ReasonPhrase ) : System
ToByteArray ( STUNErrorCode stunErrorCode ) : Byte[]

메소드 상세

Parse() 공개 정적인 메소드

public static Parse ( Byte errorCode ) : STUNErrorCode
errorCode Byte
리턴 STUNErrorCode

STUNErrorCode() 공개 메소드

public STUNErrorCode ( int ErrorCode, String ReasonPhrase ) : System
ErrorCode int
ReasonPhrase String
리턴 System

ToByteArray() 공개 정적인 메소드

public static ToByteArray ( STUNErrorCode stunErrorCode ) : Byte[]
stunErrorCode STUNErrorCode
리턴 Byte[]