as I open channel, my program starts to receive data in ChannelCalback: with Channel-ID and Event-ID
mostly received event is: EVENT_RX_BROADCAST
and i have to extract data from Bytes Array : aucChannelBuffer [ ]
but given example is using data-offset, to start reading from 2nd byte of array. why we have to skip 1st Byte?
as it is not mentioned in official document of Bicycle Power:
https://www.thisisant.com/resources/bicycle-power/
example is reading 0-index Byte like this: aucChannelBuffer [ ucDataOffset + 0 ] ?