![]() |
Diffusion C API 6.11.5
|
Structures and definitions specific to transport related functions. More...
Data Structures | |
struct | transport_s |
Enumerations | |
enum | TRANSPORT_TYPE_T { TRANSPORT_TYPE_WEBSOCKET , TRANSPORT_TYPE_HTTP_LONG_POLL , TRANSPORT_TYPE_OTHER } |
Indicates the transport mechanism by which the client connected. More... | |
enum | CLIENT_TYPE_T { CLIENT_TYPE_JAVASCRIPT_BROWSER , CLIENT_TYPE_ANDROID , CLIENT_TYPE_IOS , CLIENT_TYPE_JAVA , CLIENT_TYPE_DOTNET , CLIENT_TYPE_C , CLIENT_TYPE_OTHER , CLIENT_TYPE_PYTHON , CLIENT_TYPE_MQTT } |
Indicates the type of client which is interacting with the application (if known). More... | |
enum | ADDRESS_TYPE_T { ADDRESS_TYPE_GLOBAL , ADDRESS_TYPE_LOCAL , ADDRESS_TYPE_LOOPBACK , ADDRESS_TYPE_UNKNOWN } |
Describes the origin of an address; whether it is external to the host machine, local, loopback or unknown. More... | |
Structures and definitions specific to transport related functions.
enum ADDRESS_TYPE_T |
Describes the origin of an address; whether it is external to the host machine, local, loopback or unknown.
enum CLIENT_TYPE_T |
Indicates the type of client which is interacting with the application (if known).
enum TRANSPORT_TYPE_T |
Indicates the transport mechanism by which the client connected.