Brickcom WFB-100A User Manual page 128

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

Advertisement

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];
unsigned short destPort;
} SEventTransportSetting;
typedef struct _eventSubscriptionSetting {
unsigned int id;
unsigned int leaseTime;
SEventTransportSetting
} SEventSubscriptionSetting;
typedef struct _eventSubscriptionSettingList {
int size;
SEventSubscriptionSetting subscription[10];
} SEventSubscriptionSettingList;
ActionEvents
//
/* Binary (host byte order) or text */
/* UDP, TCP, HTTP */
/* Subscription ID (unique across system) */
/* 0: always active, lease time in second */
// TODO: How to represent time..
transport;
120

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

Subscribe to Our Youtube Channel

This manual is also suitable for:

Fb-100a

Table of Contents