Msn Api - Brickcom WFB-100A User Manual

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

Advertisement

MSN API

MSN API allows applications to
1) set/get the IP Camera MSNBot setting
Data structures
Data Structure
SMsnbot
SMsnBuddyList
MsnBuddy
/*MSNbot */
typedef struct _MsnBuddy{
int enabled;
char account[128];
int isNotifiedAcnt;
}MsnBuddy;
/*SMsnBuddyList */
typedef struct _MsnBuddyList
int size;
MsnBuddy buddy[5];
}SMsnBuddyList;
typedef struct _msnbotSetting{
char account[128];
char passwd[128];
char msnOpPasswd[128];
char friendlyName[128];
int webcamEnabled;
int alarmNotifyEnabled;
SMsnBuddyList bList;
}SMsnbot;
ActionEvents
ActionEvent
Description
setMSNBot
Set MSNBot setting
getMSNBot
Get MSNBot setting
Description
Details the setting of MSNBot.
List of msn buddy.
Details the buddy information.
//msn account
//0:no 1:yes
{
//0:disable 1:enable
//0:disable 1:enable
129

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