Brickcom CB-100A series User Manual page 115

Megapixel cube network camera
Hide thumbs Also See for CB-100A series:
Table of Contents

Advertisement

typedef struct _BasicNetworkSetting
int addressType;
char ipv4Address[16];
char subnetMask[16];
char gatewayAddress[16];
char dnsAddress1[16];
char dnsAddress2[16];
SDHCPSetting
SPPPoESetting
// TBD: IPv6, ....
} SBasicNetworkSetting;
/* SUPnPSetting */
typedef struct _UPnPSetting {
int enabled;
char upnpName[128];
} SUPnPSetting;
/* SDDNSSetting */
enum ddnsServerType{
DYNDNS = 0,
TZO,
};
typedef struct _SDDNSEntry{
int wildcardEnabled;//0:disable 1:enable
char username[128];
char password[128];
char hostname[128];
}SDDNSEntry;
typedef struct _DDNSSetting {
int dyndnsEnabled;
int tzodnsEnabled;
SDDNSEntry dyndns;
SDDNSEntry tzodns;
{
// enum NetAddressType
dhcp;
pppoe;
- 106 -

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the CB-100A series and is the answer not in the manual?

Questions and answers

Table of Contents