Getgpiostatus; Msn Api - Brickcom FD-100A Series User Manual

Megapixel day & night fixed dome network camera
Hide thumbs Also See for FD-100A Series:
Table of Contents

Advertisement

10.3 getGPIOStatus

ActionEvent: getGPIOStatus
Request
http://<IP>/cgi-bin/event.cgi?action= getStatus
Response
Comment
Method
GET

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;
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
121

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FD-100A Series and is the answer not in the manual?

Questions and answers

Table of Contents