C# Class Turn.Server.TcpFramingHeader

Afficher le fichier Open project: vf1/turnserver Class Usage Examples

Méthodes publiques

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

Method Details

GetBytes() public static méthode

public static GetBytes ( byte bytes, int offset, TcpFrameType frameType, int length ) : void
bytes byte
offset int
frameType TcpFrameType
length int
Résultat void

TryParse() public static méthode

public static TryParse ( byte bytes, int offset, TcpFramingHeader &header ) : bool
bytes byte
offset int
header TcpFramingHeader
Résultat bool