ezEngine  Release 25.03
ezRemoteInterface Member List

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)ezRemoteInterfaceprotectedvirtual
ExecuteAllMessageHandlers()ezRemoteInterface
ExecuteMessageHandlers(ezUInt32 uiSystem)ezRemoteInterface
GetApplicationID() constezRemoteInterfaceinline
GetConnectionToken() constezRemoteInterfaceinline
GetMutex() constezRemoteInterfaceinline
GetPingToServer() constezRemoteInterfaceinline
GetRemoteMode() constezRemoteInterfaceinline
GetServerAddress() constezRemoteInterfaceinline
GetServerID() constezRemoteInterfaceinline
GetServerInfoIP() constezRemoteInterfaceinline
InternalCreateConnection(ezRemoteMode mode, ezStringView sServerAddress)=0ezRemoteInterfaceprotectedpure virtual
InternalGetPingToServer()=0ezRemoteInterfaceprotectedpure virtual
InternalShutdownConnection()=0ezRemoteInterfaceprotectedpure virtual
InternalTransmit(ezRemoteTransmitMode tm, const ezArrayPtr< const ezUInt8 > &data)=0ezRemoteInterfaceprotectedpure virtual
InternalUpdateRemoteInterface()=0ezRemoteInterfaceprotectedpure virtual
IsConnectedToClients() constezRemoteInterfaceinline
IsConnectedToOther() constezRemoteInterfaceinline
IsConnectedToServer() constezRemoteInterfaceinline
m_RemoteEventsezRemoteInterface
m_sServerInfoIPezRemoteInterfaceprotected
ReportConnectionToClient(ezUInt32 uiApplicationID)ezRemoteInterfaceprotected
ReportConnectionToServer(ezUInt32 uiServerID)ezRemoteInterfaceprotected
ReportDisconnectedFromClient(ezUInt32 uiApplicationID)ezRemoteInterfaceprotected
ReportDisconnectedFromServer()ezRemoteInterfaceprotected
ReportMessage(ezUInt32 uiApplicationID, ezUInt32 uiSystemID, ezUInt32 uiMsgID, const ezArrayPtr< const ezUInt8 > &data)ezRemoteInterfaceprotected
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)ezRemoteInterfacevirtual