I/O Control API
I/O Control API allows applications to
1) set/get the GPIO setting
Data structures
Data Structure
SGPIO
/*GOPI */
enum{
GPIO_DIR_IN,
GPIO_DIR_OUT,
};
enum{
GPIO_STATUS_LOW,
GPIO_STATUS_HIGH,
};
ActionEvents
ActionEvent
Description
setGPIOSetting
Set GPIO setting
getGPIOSetting
Get GPIO setting
getGPIOStatus
Get GPIO status
10.1 setGPIOSetting
ActionEvent: setGPIOSetting
Request
http://<IP>/cgi-bin/gpio.cgi
Response
Comment
Method
POST
10.2 getGPIOSetting
ActionEvent: getGPIOSetting
Request
http://<IP>/cgi-bin/event.cgi?action= get
Response
Comment
Method
GET
Description
General I/O setting.
120
Need help?
Do you have a question about the FD-100A Series and is the answer not in the manual?
Questions and answers