C# 클래스 Gwupe.Communication.P2P.RUDP.Packet.TCP.BasicTcpPacket

상속: ITcpPacket, IComparable
파일 보기 프로젝트 열기: gwupe/Gwupe

공개 메소드들

메소드 설명
CompareSequences ( int seq1, int seq2 ) : int
CompareTo ( Object obj ) : int
GetBytes ( ) : byte[]
ProcessPacket ( byte sequencedBytes ) : void
ToString ( ) : string

메소드 상세

CompareSequences() 공개 정적인 메소드

public static CompareSequences ( int seq1, int seq2 ) : int
seq1 int
seq2 int
리턴 int

CompareTo() 공개 메소드

public CompareTo ( Object obj ) : int
obj Object
리턴 int

GetBytes() 공개 메소드

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

ProcessPacket() 공개 메소드

public ProcessPacket ( byte sequencedBytes ) : void
sequencedBytes byte
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string