Network Info [net]
This request returns a
Net Info
data structure for the CueServer. This structure contains detailed information
about the current operating parameters of CueServer’s network interfaces.
URL:
/get.cgi?req=net
Response:
The following data structure will be returned by this request.
typedef struct NetInfo { // (116 bytes)
uint16_t signature; // Signature = 'CS'
int16_t version; // Version = 0x0002 (or negative
error code)
char deviceName[32]; // Device Name (hostname)
uint16_t switchModel; // √ Ethernet switch model number
uint8_t switchMode; // √ Ethernet Switch Mode (0 =
Switch, 1 = VLAN)
uint8_t physicalPorts; // √ Number of Ethernet ports
uint8_t reserved3[12]; // -
uint32_t primaryIP; // √ Primary interface IP Address
uint32_t primarySubnet; // √ Primary interface Subnet
Mask
uint32_t primaryGateway; // Primary interface Default
Gateway
uint8_t primaryMAC[6]; // Primary interface MAC Address
uint8_t primaryDHCP; // Primary interface DHCP Mode
uint8_t primaryLinkStatus; // √ Primary interface Link
Status
uint8_t reserved1[12]; // -
uint32_t secondaryIP; // √ Secondary interface IP
Address
uint32_t secondarySubnet; // √ Secondary interface Subnet
Mask
uint32_t secondaryGateway; // Secondary interface Default
Gateway
uint8_t secondaryMAC[6]; // Secondary interface MAC
Address
Interactive Technologies, Inc.
CueServer 2 User's Manual - 18.5.18
Page 309 of 429