C# 클래스 hds.RPCPacket

파일 보기 프로젝트 열기: hdneo/mxo-hd 1 사용 예제들

Private Properties

프로퍼티 타입 설명
getRpcBytes byte[]
incrementRpcCounter void

공개 메소드들

메소드 설명
RPCPacket ( WorldClient _client ) : System
appendMsgBlock ( byte block ) : void
appendRpc ( RPCPacket newRPC ) : void
getBytes ( ) : byte[]
getBytesWithHeader ( bool timedRPC ) : byte[]
getCurrentMsgBlocks ( ) : int

비공개 메소드들

메소드 설명
getRpcBytes ( ) : byte[]
incrementRpcCounter ( int quantity ) : void

메소드 상세

RPCPacket() 공개 메소드

public RPCPacket ( WorldClient _client ) : System
_client WorldClient
리턴 System

appendMsgBlock() 공개 메소드

public appendMsgBlock ( byte block ) : void
block byte
리턴 void

appendRpc() 공개 메소드

public appendRpc ( RPCPacket newRPC ) : void
newRPC RPCPacket
리턴 void

getBytes() 공개 메소드

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

getBytesWithHeader() 공개 메소드

public getBytesWithHeader ( bool timedRPC ) : byte[]
timedRPC bool
리턴 byte[]

getCurrentMsgBlocks() 공개 메소드

public getCurrentMsgBlocks ( ) : int
리턴 int