CFG_DiInterruptTriggerOnRisingEdge gets or sets DI channels which issue interrupt on RISING Edge.
| Type | INT8U array |
| Length | 1 bytes for one port, 1 bit for one channel. |
| Access type | Read/Write |
| Value | Each bit in the byte array represents one channel. If the bit returns or is set to "1", means the corresponding channel will generate an interrupt on rising edge, otherwise it will generate the interrupt on falling edge or the channel doesn't support DI interrupt at all. For example, for a 2-port DI device, the size of the array is 2; when the returned/set array is [2,5], which means channel1 in port0, channel0 and channel2 in port1, will generate the DI interrupt on rising edge. |