![]() |
Plasma Engine
2.0
|
This is the complete list of members for plRemoteInterface, including all inherited members.
ConnectToServer(plUInt32 uiConnectionToken, plStringView sAddress, bool bStartUpdateThread=true) | plRemoteInterface | |
DetermineTargetAddress(plStringView sConnectTo, plUInt32 &out_IP, plUInt16 &out_Port) | plRemoteInterface | protectedvirtual |
ExecuteAllMessageHandlers() | plRemoteInterface | |
ExecuteMessageHandlers(plUInt32 uiSystem) | plRemoteInterface | |
GetApplicationID() const | plRemoteInterface | inline |
GetConnectionToken() const | plRemoteInterface | inline |
GetMutex() const | plRemoteInterface | inline |
GetPingToServer() const | plRemoteInterface | inline |
GetRemoteMode() const | plRemoteInterface | inline |
GetServerAddress() const | plRemoteInterface | inline |
GetServerID() const | plRemoteInterface | inline |
GetServerInfoIP() const | plRemoteInterface | inline |
InternalCreateConnection(plRemoteMode mode, plStringView sServerAddress)=0 | plRemoteInterface | protectedpure virtual |
InternalGetPingToServer()=0 | plRemoteInterface | protectedpure virtual |
InternalShutdownConnection()=0 | plRemoteInterface | protectedpure virtual |
InternalTransmit(plRemoteTransmitMode tm, const plArrayPtr< const plUInt8 > &data)=0 | plRemoteInterface | protectedpure virtual |
InternalUpdateRemoteInterface()=0 | plRemoteInterface | protectedpure virtual |
IsConnectedToClients() const | plRemoteInterface | inline |
IsConnectedToOther() const | plRemoteInterface | inline |
IsConnectedToServer() const | plRemoteInterface | inline |
m_RemoteEvents | plRemoteInterface | |
m_sServerInfoIP | plRemoteInterface | protected |
ReportConnectionToClient(plUInt32 uiApplicationID) | plRemoteInterface | protected |
ReportConnectionToServer(plUInt32 uiServerID) | plRemoteInterface | protected |
ReportDisconnectedFromClient(plUInt32 uiApplicationID) | plRemoteInterface | protected |
ReportDisconnectedFromServer() | plRemoteInterface | protected |
ReportMessage(plUInt32 uiApplicationID, plUInt32 uiSystemID, plUInt32 uiMsgID, const plArrayPtr< const plUInt8 > &data) | plRemoteInterface | protected |
Send(plUInt32 uiSystemID, plUInt32 uiMsgID) | plRemoteInterface | |
Send(plRemoteTransmitMode tm, plUInt32 uiSystemID, plUInt32 uiMsgID, const plArrayPtr< const plUInt8 > &data) | plRemoteInterface | |
Send(plRemoteTransmitMode tm, plUInt32 uiSystemID, plUInt32 uiMsgID, const plContiguousMemoryStreamStorage &data) (defined in plRemoteInterface) | plRemoteInterface | |
Send(plRemoteTransmitMode tm, plUInt32 uiSystemID, plUInt32 uiMsgID, const void *pData=nullptr, plUInt32 uiDataBytes=0) | plRemoteInterface | |
Send(plRemoteTransmitMode tm, plRemoteMessage &ref_msg) | plRemoteInterface | |
SetMessageHandler(plUInt32 uiSystemID, plRemoteMessageHandler messageHandler) | plRemoteInterface | |
SetUnhandledMessageHandler(plRemoteMessageHandler messageHandler) | plRemoteInterface | |
ShutdownConnection() | plRemoteInterface | |
StartServer(plUInt32 uiConnectionToken, plStringView sAddress, bool bStartUpdateThread=true) | plRemoteInterface | |
UpdatePingToServer() | plRemoteInterface | |
UpdateRemoteInterface() | plRemoteInterface | |
WaitForConnectionToServer(plTime timeout=plTime::MakeFromSeconds(10)) | plRemoteInterface | |
~plRemoteInterface() (defined in plRemoteInterface) | plRemoteInterface | virtual |