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

Inheritance: ITunnelPacket
Afficher le fichier Open project: gwupe/Gwupe Class Usage Examples

Méthodes publiques

Méthode Description
ToString ( ) : string
getBytes ( ) : byte[]
processPacket ( byte bytes, IPEndPoint ip ) : void

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string

getBytes() public méthode

public getBytes ( ) : byte[]
Résultat byte[]

processPacket() public méthode

public processPacket ( byte bytes, IPEndPoint ip ) : void
bytes byte
ip System.Net.IPEndPoint
Résultat void