Open 3D Engine AzFramework API Reference
24.09
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
This is the complete list of members for AzFramework::SocketConnection, including all inherited members.
AddMessageHandler(AZ::u32 typeId, TMessageCallback callback)=0 | AzFramework::SocketConnection | pure virtual |
AZ_RTTI(SocketConnection, "{CF95282C-B514-4AB8-8C72-6063AD03725B}") (defined in AzFramework::SocketConnection) | AzFramework::SocketConnection | |
Connect(const char *address, AZ::u16 port)=0 | AzFramework::SocketConnection | pure virtual |
Disconnect(bool completeDisconnect=false)=0 | AzFramework::SocketConnection | pure virtual |
EConnectionState enum name (defined in AzFramework::SocketConnection) | AzFramework::SocketConnection | |
GetConnectionState() const =0 | AzFramework::SocketConnection | pure virtual |
GetInstance() | AzFramework::SocketConnection | static |
GetLastErrorMessage() const | AzFramework::SocketConnection | inlinevirtual |
GetLastResult() const | AzFramework::SocketConnection | inlinevirtual |
IsConnected() const =0 (defined in AzFramework::SocketConnection) | AzFramework::SocketConnection | pure virtual |
IsDisconnected() const =0 (defined in AzFramework::SocketConnection) | AzFramework::SocketConnection | pure virtual |
Listen(AZ::u16 port)=0 | AzFramework::SocketConnection | pure virtual |
RemoveMessageHandler(AZ::u32 typeId, TMessageCallbackHandle callbackHandle)=0 | AzFramework::SocketConnection | pure virtual |
s_invalidCallbackHandle (defined in AzFramework::SocketConnection) | AzFramework::SocketConnection | static |
SendMsg(AZ::u32 typeId, const void *dataBuffer, AZ::u32 dataLength)=0 | AzFramework::SocketConnection | pure virtual |
SendMsg(AZ::u32 typeId, AZ::u32 serial, const void *dataBuffer, AZ::u32 dataLength)=0 | AzFramework::SocketConnection | pure virtual |
SendRequest(AZ::u32 typeId, const void *dataBuffer, AZ::u32 dataLength, TMessageCallback handler)=0 | AzFramework::SocketConnection | pure virtual |
SetInstance(SocketConnection *instance) (defined in AzFramework::SocketConnection) | AzFramework::SocketConnection | static |
TMessageCallback typedef | AzFramework::SocketConnection | |
TMessageCallbackHandle typedef (defined in AzFramework::SocketConnection) | AzFramework::SocketConnection | |
~SocketConnection() (defined in AzFramework::SocketConnection) | AzFramework::SocketConnection | inlinevirtual |