s2c_mobile_client_info_t Struct Reference

Information about a connected Mobile client This is returned by s2c_get_mobile_client_list() More...

Data Fields

uint8_t number
 The client's 'mobile number'. The value is used to transfer files and commands to this specific mobile client.
 
s2c_mobile_client_flag_t flags
 Mobile client flags, see s2c_mobile_client_flag_t.
 
const char * title
 The mobile device's title. e.g. if the client is an iPhone, then this could be Bob's iPhone
 

Detailed Description

Information about a connected Mobile client This is returned by s2c_get_mobile_client_list()

Examples:
cloud/s2cbasic/main.c, and cloud/s2cdemo/main.c.