C# 클래스 Turn.Server.TcpFramingHeader

파일 보기 프로젝트 열기: vf1/turnserver 1 사용 예제들

공개 메소드들

메소드 설명
GetBytes ( byte bytes, int offset, TcpFrameType frameType, int length ) : void
TryParse ( byte bytes, int offset, TcpFramingHeader &header ) : bool

메소드 상세

GetBytes() 공개 정적인 메소드

public static GetBytes ( byte bytes, int offset, TcpFrameType frameType, int length ) : void
bytes byte
offset int
frameType TcpFrameType
length int
리턴 void

TryParse() 공개 정적인 메소드

public static TryParse ( byte bytes, int offset, TcpFramingHeader &header ) : bool
bytes byte
offset int
header TcpFramingHeader
리턴 bool