MCommObject 클래스 참조
#include <MCommandCommunicator.h>
MCommObject에 대한 협력 도표:

세부 사항
커뮤니케이터와의 접속을 위한 객체. MCommandCommunicator::Connect()의 파라미터로 들어간다.
public 메소드 | |
| MCommObject (MCommandCommunicator *pCommunicator) | |
| MUID | GetUID () |
| void | SetUID (MUID uid) |
| MCommandBuilder * | GetCommandBuilder () |
| MCommandCommunicator * | GetDirectConnection () |
| 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 |
| MCommandBuilder * | m_pCommandBuilder |
| MCommandCommunicator * | m_pDirectConnection |
| DWORD | m_dwUserContext |
| char | m_szIP [128] |
| int | m_nPort |
| bool | m_bAllowed |
이 클래스을 위한 문서화는 다음의 파일들로부터 생성되었습니다.
- MCommandCommunicator.h
- MCommandCommunicator.cpp
MAIET entertainment