|
AWS IoT Device SDK C:
Platform
Platform portability layer
|
| Return to main page ↑ |
Information on the remote server for connection setup. More...
#include <iot_network.h>
Data Fields | |
| const char * | pHostName |
| Server host name. Must be NULL-terminated. | |
| uint16_t | port |
| Server port in host-order. | |
Information on the remote server for connection setup.
May be passed to IotNetworkInterface_t.create as pConnectionInfo. This structure contains commonly-used parameters, but may be replaced with an alternative.