C# Class Turn.Server.TcpFramingHeader

Show file Open project: vf1/turnserver Class Usage Examples

Public Methods

Method Description
GetBytes ( byte bytes, int offset, TcpFrameType frameType, int length ) : void
TryParse ( byte bytes, int offset, TcpFramingHeader &header ) : bool

Method Details

GetBytes() public static method

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

TryParse() public static method

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