Hi All,
I am trying to use the AF_ACK_REQUEST to receive an ack from my end device when I send a message.. however, I realized that it must be a unicast message.
In the Z-Stack API, under AF_DataRequest, it states that the address mode of the destination address must be either: afAddrNotPresent, afAddrGroup, afAddrBroadcast or afAddr16Bit.
It does not explicitly mention Addr64Bit, so I'm wondering if that is allowed?
Thanks so much.