DD_SENSOR_CONFIG¶
Structure Definition¶
1 2 3 4 5 6 7 8 | |
1 2 3 4 5 6 7 8 9 10 | |
Function Description¶
Sensor configuration structure.
Member Description¶
| Member | Type | Remark |
|---|---|---|
| iSize | unsigned int | The length of this structure. |
| enable | unsigned char | Whether to enable detection. |
| bNO | unsigned char | Device Type: Normally Open or Normally Closed. |
| holdTime | unsigned short | Delay time. |
| name | char[DD_MAX_NAME_BUF_LEN] | The name of the device. |