Network Api - Brickcom WFB-100A User Manual

Fb-100a series megapixel day & night fixed box network camera
Table of Contents

Advertisement

Network API

Network API allows applications to set/get the network-related settings including IP
address, WIFI network, etc.
Data structures
Data Structure
SBasicNetworkSetting Basic network setting such as IP address, netmask,
SUPnPSetting
SDDNSSetting
SEthernetSetting
SWIFISetting
SIPFilterSetting
/* SBasicNetworkSetting */
enum NetAddressType {
NET_ADDRESS_TYPE_STATIC=0,
NET_ADDRESS_TYPE_DHCP,
NET_ADDRESS_TYPE_PPPOE,
};
typedef struct _DHCPSetting {
// Currently reserved
} SDHCPSetting;
typedef struct _PPPoESetting {
char username[128];
char password[128];
} SPPPoESetting;
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;
Description
etc.
UPnP setting for SSDP advertisement
DDNS setting
Ethernet (802.3?) setting
802.11 WLAN setting
IPFilter setting
{
// enum NetAddressType
dhcp;
pppoe;
86

Advertisement

Table of Contents
loading
Need help?

Need help?

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

Questions and answers

This manual is also suitable for:

Fb-100a

Table of Contents