C# 클래스 OptitrackManagement.DirectMulticastSocketClient

파일 보기 프로젝트 열기: VirsixInc/VRCubeSword

공개 메소드들

메소드 설명
Close ( ) : void
GetDataStream ( ) : OptitrackManagement.DataStream
IsInit ( ) : bool
Start ( ) : void

비공개 메소드들

메소드 설명
ReadMarker ( Byte b, int &offset ) : void
ReadPacket ( Byte b ) : void
ReadRigidBody ( Byte b, int &offset, OptitrackManagement.OptiTrackRigidBody rb ) : void
Receive ( Socket client ) : bool
ReceiveCallback ( IAsyncResult ar ) : void
StartClient ( ) : void

메소드 상세

Close() 공개 정적인 메소드

public static Close ( ) : void
리턴 void

GetDataStream() 공개 정적인 메소드

public static GetDataStream ( ) : OptitrackManagement.DataStream
리턴 OptitrackManagement.DataStream

IsInit() 공개 정적인 메소드

public static IsInit ( ) : bool
리턴 bool

Start() 공개 정적인 메소드

public static Start ( ) : void
리턴 void