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
Need help?
Do you have a question about the WFB-100A and is the answer not in the manual?
Questions and answers