This command returns a bitmask of all events that have occurred since the last call of BlePeriph.GetEvents.
- Parameters
-
| [in] | params | Struct with the following fields:
- protocol used to execute the command
- ConnectionStatusChanged (out) Use BlePeriph.IsConnected to check the current connection status.
- ValueChangedCharacteristicNdx4 (out) Use BlePeriph.ReadCharacteristic to read the changed characteristic value.
- ValueChangedCharacteristicNdx3 (out) Use BlePeriph.ReadCharacteristic to read the changed characteristic value.
- ValueChangedCharacteristicNdx2 (out) Use BlePeriph.ReadCharacteristic to read the changed characteristic value.
- ValueChangedCharacteristicNdx1 (out) Use BlePeriph.ReadCharacteristic to read the changed characteristic value.
- ValueChangedCharacteristicNdx0 (out) Use BlePeriph.ReadCharacteristic to read the changed characteristic value.
|