ThingWorx C SDK
|
Active tunnel structure definition. More...
#include <twTunnelManager.h>
Public Attributes | |
char * | thingName |
char * | tid |
char * | peerName |
char * | host |
uint16_t | port |
DATETIME | startTime |
DATETIME | endTime |
char * | type |
Active tunnel structure definition.
DATETIME twActiveTunnel::endTime |
End time of the tunnel - should be 0 for an active tunnel.
char* twActiveTunnel::host |
Host or file name of the tunnel target.
char* twActiveTunnel::peerName |
Name of the entity that initiated the tunnel (may be null if still active
uint16_t twActiveTunnel::port |
Port of the tunnel target.
DATETIME twActiveTunnel::startTime |
Start time of the tunnel.
char* twActiveTunnel::thingName |
Name of the entity associated with the tunnel.
char* twActiveTunnel::tid |
Tunnel ID for this tunnel.
char* twActiveTunnel::type |
Type of the tunnel - TCP, FILE, UDP, or SERIAL.