C# 클래스 Gwupe.Communication.P2P.RUDP.Packet.Tunnel.BasicTunnelPacket

상속: ITunnelPacket
파일 보기 프로젝트 열기: gwupe/Gwupe 1 사용 예제들

공개 메소드들

메소드 설명
ToString ( ) : string
getBytes ( ) : byte[]
processPacket ( byte bytes, IPEndPoint ip ) : void

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

getBytes() 공개 메소드

public getBytes ( ) : byte[]
리턴 byte[]

processPacket() 공개 메소드

public processPacket ( byte bytes, IPEndPoint ip ) : void
bytes byte
ip System.Net.IPEndPoint
리턴 void