Event Api - Brickcom WFB-100A User Manual

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

Advertisement

Event API

Event API allows applications to
1) set/get the event setting
2) set/get the notification setting
Data structures
Data Structure
SEventPolicySetting
SEventRuleSettingList List of event rules.
SEventRuleSetting
SEventScheduleSettin
g
SEmailSetting
SMailingServerList
SMailingServer
SFTPSetting
SFTPServerList
SFTPServer
SMediaInfo
SambaServer
enum _eventScheduleType {
EVENT_SCHEDULE_ALWAYS=0,
EVENT_SCHEDULE_WEEKLY=1,
EVENT_SCHEDULE_NEVER=2,
};
typedef struct _eventScheduleSetting {
int type;
/* type of schedule */
char time[128];
/*
Weekly schedule:
Mon:0900-1700,Tue:0900-1700,Wed:0900-1700,Thu:0900-1700,Fri:0900-1700,Sat:0900
-1700,Sun:0900-1700
*/
} SEventScheduleSetting;
#define ACTION_NAME_FTP
#define ACTION_NAME_EMAIL
#define ACTION_NAME_SAMBA
typedef struct _eventRuleSetting {
int
index;
int
enabled;
char name[10];
unsigned int
eventID;
SEventScheduleSetting sched;
Description
General setting for events.
Details the setting of each event.
Set up the schedule for triggering events
Details the setting of email.
List of email servers.
Details the email servers.
Details the setting of ftp.
List of ftp servers.
Details the ftp servers.
Specify the format of media.
Details the samba servers.
"ftp"
"smtp"
"samba"
//unique id
117
// TODO: TBD.
/* type of event */

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