![]() |
XII Release 0.1.0
|
This is the complete list of members for xiiRemoteInterface, including all inherited members.
| ConnectToServer(xiiUInt32 uiConnectionToken, xiiStringView sAddress, bool bStartUpdateThread=true) | xiiRemoteInterface | |
| DetermineTargetAddress(xiiStringView sConnectTo, xiiUInt32 &out_IP, xiiUInt16 &out_Port) | xiiRemoteInterface | protectedvirtual |
| ExecuteAllMessageHandlers() | xiiRemoteInterface | |
| ExecuteMessageHandlers(xiiUInt32 uiSystem) | xiiRemoteInterface | |
| GetApplicationID() const | xiiRemoteInterface | inline |
| GetConnectionToken() const | xiiRemoteInterface | inline |
| GetMutex() const | xiiRemoteInterface | inline |
| GetPingToServer() const | xiiRemoteInterface | inline |
| GetRemoteMode() const | xiiRemoteInterface | inline |
| GetServerAddress() const | xiiRemoteInterface | inline |
| GetServerID() const | xiiRemoteInterface | inline |
| GetServerInfoIP() const | xiiRemoteInterface | inline |
| InternalCreateConnection(xiiRemoteMode mode, xiiStringView sServerAddress)=0 | xiiRemoteInterface | protectedpure virtual |
| InternalGetPingToServer()=0 | xiiRemoteInterface | protectedpure virtual |
| InternalShutdownConnection()=0 | xiiRemoteInterface | protectedpure virtual |
| InternalTransmit(xiiRemoteTransmitMode tm, const xiiArrayPtr< const xiiUInt8 > &data)=0 | xiiRemoteInterface | protectedpure virtual |
| InternalUpdateRemoteInterface()=0 | xiiRemoteInterface | protectedpure virtual |
| IsConnectedToClients() const | xiiRemoteInterface | inline |
| IsConnectedToOther() const | xiiRemoteInterface | inline |
| IsConnectedToServer() const | xiiRemoteInterface | inline |
| m_RemoteEvents | xiiRemoteInterface | |
| m_sServerInfoIP | xiiRemoteInterface | protected |
| ReportConnectionToClient(xiiUInt32 uiApplicationID) | xiiRemoteInterface | protected |
| ReportConnectionToServer(xiiUInt32 uiServerID) | xiiRemoteInterface | protected |
| ReportDisconnectedFromClient(xiiUInt32 uiApplicationID) | xiiRemoteInterface | protected |
| ReportDisconnectedFromServer() | xiiRemoteInterface | protected |
| ReportMessage(xiiUInt32 uiApplicationID, xiiUInt32 uiSystemID, xiiUInt32 uiMsgID, const xiiArrayPtr< const xiiUInt8 > &data) | xiiRemoteInterface | protected |
| Send(xiiUInt32 uiSystemID, xiiUInt32 uiMsgID) | xiiRemoteInterface | |
| Send(xiiRemoteTransmitMode tm, xiiUInt32 uiSystemID, xiiUInt32 uiMsgID, const xiiArrayPtr< const xiiUInt8 > &data) | xiiRemoteInterface | |
| Send(xiiRemoteTransmitMode tm, xiiUInt32 uiSystemID, xiiUInt32 uiMsgID, const xiiContiguousMemoryStreamStorage &data) (defined in xiiRemoteInterface) | xiiRemoteInterface | |
| Send(xiiRemoteTransmitMode tm, xiiUInt32 uiSystemID, xiiUInt32 uiMsgID, const void *pData=nullptr, xiiUInt32 uiDataBytes=0) | xiiRemoteInterface | |
| Send(xiiRemoteTransmitMode tm, xiiRemoteMessage &ref_msg) | xiiRemoteInterface | |
| SetMessageHandler(xiiUInt32 uiSystemID, xiiRemoteMessageHandler messageHandler) | xiiRemoteInterface | |
| SetUnhandledMessageHandler(xiiRemoteMessageHandler messageHandler) | xiiRemoteInterface | |
| ShutdownConnection() | xiiRemoteInterface | |
| StartServer(xiiUInt32 uiConnectionToken, xiiStringView sAddress, bool bStartUpdateThread=true) | xiiRemoteInterface | |
| UpdatePingToServer() | xiiRemoteInterface | |
| UpdateRemoteInterface() | xiiRemoteInterface | |
| WaitForConnectionToServer(xiiTime timeout=xiiTime::MakeFromSeconds(10)) | xiiRemoteInterface | |
| ~xiiRemoteInterface() (defined in xiiRemoteInterface) | xiiRemoteInterface | virtual |