PubSub+ Messaging API For C
7.31.0.7
|
Functions | Typedefs | Enumerations | Enumeration Values | Defines |
A structure returned from solClient_version_get that contains version information. More...
#include <solClient.h>
Data Fields | |
const char * | version_p |
A pointer to string with version, for example, "1.1.1". More... | |
const char * | dateTime_p |
Date and time. More... | |
const char * | variant_p |
A pointer to string with variant information (for example, type of operating system and compiler). More... | |
A structure returned from solClient_version_get that contains version information.
All the returned pointers are never NULL when returned from solClient_version_get.
const char* dateTime_p |
Date and time.
const char* variant_p |
A pointer to string with variant information (for example, type of operating system and compiler).
const char* version_p |
A pointer to string with version, for example, "1.1.1".