NUGU SDK Linux  1.7.6
nugu_network_server_policy Struct Reference

Server policy information used for network connections. More...

#include <nugu_network_manager.h>

Public Attributes

int connection_timeout_ms
 
char hostname [255+1]
 
int is_charge
 
int port
 
enum nugu_network_protocol protocol
 
int retry_count_limit
 

Detailed Description

Server policy information used for network connections.

See also
nugu_network_manager_handoff

Member Data Documentation

◆ protocol

enum nugu_network_protocol nugu_network_server_policy::protocol

protocol

◆ hostname

char nugu_network_server_policy::hostname[255+1]

dns name

◆ port

int nugu_network_server_policy::port

port number

◆ retry_count_limit

int nugu_network_server_policy::retry_count_limit

maximum number of connection retries

◆ connection_timeout_ms

int nugu_network_server_policy::connection_timeout_ms

timeout value used when connecting

◆ is_charge

int nugu_network_server_policy::is_charge

0: free, 1: normal


The documentation for this struct was generated from the following file: