Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Gwupe
Communication
P2P
RUDP
Packet
Tunnel
BasicTunnelPacket
C# Class Gwupe.Communication.P2P.RUDP.Packet.Tunnel.BasicTunnelPacket
Inheritance:
ITunnelPacket
Datei anzeigen
Open project: gwupe/Gwupe
Class Usage Examples
Public Methods
Method
Description
ToString
( ) :
string
getBytes
( ) :
byte[]
processPacket
(
byte
bytes
,
IPEndPoint
ip
) :
void
Method Details
ToString()
public
method
public
ToString
( ) :
string
return
string
getBytes()
public
method
public
getBytes
( ) :
byte[]
return
byte[]
processPacket()
public
method
public
processPacket
(
byte
bytes
,
IPEndPoint
ip
) :
void
bytes
byte
ip
System.Net.IPEndPoint
return
void