ThingWorx C SDK
|
ThingWorx tunneling connection information structure definition and functions. More...
#include "twOSPort.h"
Go to the source code of this file.
Classes | |
struct | twConnectionInfo |
Tunnel Connection Details Structure Definition. More... | |
Typedefs | |
typedef struct twConnectionInfo | twConnectionInfo |
Tunnel Connection Details Structure Definition. | |
Functions | |
twConnectionInfo * | twConnectionInfo_Create (twConnectionInfo *copy) |
Creates a new twConnectionInfo structure, optionally copying settings of an existing twConnectionInfo structure. More... | |
void | twConnectionInfo_Delete (void *info) |
Frees all memory associated with a twConnectionInfo structure and all of its owned substructures. More... | |
ThingWorx tunneling connection information structure definition and functions.
twConnectionInfo* twConnectionInfo_Create | ( | twConnectionInfo * | copy | ) |
Creates a new twConnectionInfo structure, optionally copying settings of an existing twConnectionInfo structure.
[in] | copy | An optional twConnectionInfo structure to copy (NULL uses default settings). |
void twConnectionInfo_Delete | ( | void * | info | ) |
Frees all memory associated with a twConnectionInfo structure and all of its owned substructures.
[in] | info | A pointer to the twConnectionInfo structure to be deleted. |