Brickcom CB-100A series User Manual page 158

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

Advertisement

unsigned char UserName[16];
unsigned char Password[16];
unsigned int AddressType;
unsigned char Preserve[12];
unsigned char workGroup[32];
unsigned char shareDIR[32];
} SambaServer;
//////////////////////
// Event notification
//////////////////////
/* Event subscription */
enum _eventTransportMode {
EVENT_TRANSPORT_MODE_PUSH=0,
EVENT_TRANSPORT_MODE_PULL=1,
};
/* Event transport type */
enum _eventTransportProtocol {
EVENT_TRANSPORT_PROTOCOL_RESERVED=0,
EVENT_TRANSPORT_PROTOCOL_UDP=1,
EVENT_TRANSPORT_PROTOCOL_TCP=2,
EVENT_TRANSPORT_PROTOCOL_HTTP=3,
};
enum _eventTransportDataFormat {
EVENT_TRANSPORT_DATA_FORMAT_BINARY=0,
EVENT_TRANSPORT_DATA_FORMAT_TEXT=1,
EVENT_TRANSPORT_DATA_FORMAT_XML=2,
};
typedef struct _eventTransportSetting {
int mode;
int protocol;
int dataFormat;
char destIPv4Address[16];
//
/* Binary (host byte order) or text */
/* UDP, TCP, HTTP */
- 149 -

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