C# 클래스 CPlayer, freegostop

상속: MediaFoundation.Misc.COMBase, IMFAsyncCallback
파일 보기 프로젝트 열기: sunduk/freegostop 1 사용 예제들

공개 메소드들

메소드 설명
CPlayer ( byte player_index, PLAYER_TYPE player_type, SendFn send_function, CLocalServer, local_server ) : System
is_autoplayer ( ) : bool
reset ( ) : void
send ( CPacket msg ) : void

메소드 상세

CPlayer() 공개 메소드

public CPlayer ( byte player_index, PLAYER_TYPE player_type, SendFn send_function, CLocalServer, local_server ) : System
player_index byte
player_type PLAYER_TYPE
send_function SendFn
local_server CLocalServer,
리턴 System

is_autoplayer() 공개 메소드

public is_autoplayer ( ) : bool
리턴 bool

reset() 공개 메소드

public reset ( ) : void
리턴 void

send() 공개 메소드

public send ( CPacket msg ) : void
msg CPacket
리턴 void