![]() |
ezEngine
Release 25.03
|
This is the complete list of members for ezRemoteInterface, including all inherited members.
ConnectToServer(ezUInt32 uiConnectionToken, ezStringView sAddress, bool bStartUpdateThread=true) | ezRemoteInterface | |
DetermineTargetAddress(ezStringView sConnectTo, ezUInt32 &out_IP, ezUInt16 &out_Port) | ezRemoteInterface | protectedvirtual |
ExecuteAllMessageHandlers() | ezRemoteInterface | |
ExecuteMessageHandlers(ezUInt32 uiSystem) | ezRemoteInterface | |
GetApplicationID() const | ezRemoteInterface | inline |
GetConnectionToken() const | ezRemoteInterface | inline |
GetMutex() const | ezRemoteInterface | inline |
GetPingToServer() const | ezRemoteInterface | inline |
GetRemoteMode() const | ezRemoteInterface | inline |
GetServerAddress() const | ezRemoteInterface | inline |
GetServerID() const | ezRemoteInterface | inline |
GetServerInfoIP() const | ezRemoteInterface | inline |
InternalCreateConnection(ezRemoteMode mode, ezStringView sServerAddress)=0 | ezRemoteInterface | protectedpure virtual |
InternalGetPingToServer()=0 | ezRemoteInterface | protectedpure virtual |
InternalShutdownConnection()=0 | ezRemoteInterface | protectedpure virtual |
InternalTransmit(ezRemoteTransmitMode tm, const ezArrayPtr< const ezUInt8 > &data)=0 | ezRemoteInterface | protectedpure virtual |
InternalUpdateRemoteInterface()=0 | ezRemoteInterface | protectedpure virtual |
IsConnectedToClients() const | ezRemoteInterface | inline |
IsConnectedToOther() const | ezRemoteInterface | inline |
IsConnectedToServer() const | ezRemoteInterface | inline |
m_RemoteEvents | ezRemoteInterface | |
m_sServerInfoIP | ezRemoteInterface | protected |
ReportConnectionToClient(ezUInt32 uiApplicationID) | ezRemoteInterface | protected |
ReportConnectionToServer(ezUInt32 uiServerID) | ezRemoteInterface | protected |
ReportDisconnectedFromClient(ezUInt32 uiApplicationID) | ezRemoteInterface | protected |
ReportDisconnectedFromServer() | ezRemoteInterface | protected |
ReportMessage(ezUInt32 uiApplicationID, ezUInt32 uiSystemID, ezUInt32 uiMsgID, const ezArrayPtr< const ezUInt8 > &data) | ezRemoteInterface | protected |
Send(ezUInt32 uiSystemID, ezUInt32 uiMsgID) | ezRemoteInterface | |
Send(ezRemoteTransmitMode tm, ezUInt32 uiSystemID, ezUInt32 uiMsgID, const ezArrayPtr< const ezUInt8 > &data) | ezRemoteInterface | |
Send(ezRemoteTransmitMode tm, ezUInt32 uiSystemID, ezUInt32 uiMsgID, const ezContiguousMemoryStreamStorage &data) (defined in ezRemoteInterface) | ezRemoteInterface | |
Send(ezRemoteTransmitMode tm, ezUInt32 uiSystemID, ezUInt32 uiMsgID, const void *pData=nullptr, ezUInt32 uiDataBytes=0) | ezRemoteInterface | |
Send(ezRemoteTransmitMode tm, ezRemoteMessage &ref_msg) | ezRemoteInterface | |
SetMessageHandler(ezUInt32 uiSystemID, ezRemoteMessageHandler messageHandler) | ezRemoteInterface | |
SetUnhandledMessageHandler(ezRemoteMessageHandler messageHandler) | ezRemoteInterface | |
ShutdownConnection() | ezRemoteInterface | |
StartServer(ezUInt32 uiConnectionToken, ezStringView sAddress, bool bStartUpdateThread=true) | ezRemoteInterface | |
UpdatePingToServer() | ezRemoteInterface | |
UpdateRemoteInterface() | ezRemoteInterface | |
WaitForConnectionToServer(ezTime timeout=ezTime::MakeFromSeconds(10)) | ezRemoteInterface | |
~ezRemoteInterface() (defined in ezRemoteInterface) | ezRemoteInterface | virtual |