CSCommon: MCommObject 클래스 참조

MAIET

MCommObject 클래스 참조

#include <MCommandCommunicator.h>

MCommObject에 대한 협력 도표:

Collaboration graph
[범례]
전체 멤버 목록 보기

세부 사항

커뮤니케이터와의 접속을 위한 객체. MCommandCommunicator::Connect()의 파라미터로 들어간다.

public 메소드

 MCommObject (MCommandCommunicator *pCommunicator)
MUID GetUID ()
void SetUID (MUID uid)
MCommandBuilderGetCommandBuilder ()
MCommandCommunicatorGetDirectConnection ()
void SetDirectConnection (MCommandCommunicator *pDC)
DWORD GetUserContext ()
void SetUserContext (DWORD dwContext)
char * GetIP ()
int GetPort ()
void SetAddress (const char *pszIP, int nPort)
void SetAllowed (bool bAllowed)
bool IsAllowed ()

protected 속성

MUID m_uid
MCommandBuilderm_pCommandBuilder
MCommandCommunicatorm_pDirectConnection
DWORD m_dwUserContext
char m_szIP [128]
int m_nPort
bool m_bAllowed

이 클래스을 위한 문서화는 다음의 파일들로부터 생성되었습니다.


MAIET entertainment