C# Class Gwupe.Communication.P2P.RUDP.Packet.Tunnel.BasicTunnelPacket

Inheritance: ITunnelPacket
ファイルを表示 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