The counters are declared as Integer here:
|
private int outgoingFrameCounter; |
However, the specs says:



If I understand correctly, that may become an issue when the counters will reach high value, am I correct ?
If yes, should we declare the properties as Long instead of Integer ?
The counters are declared as Integer here:
com.zsmartsystems.zigbee/com.zsmartsystems.zigbee.dongle.ember/src/main/java/com/zsmartsystems/zigbee/dongle/ember/ezsp/structure/EmberKeyStruct.java
Line 56 in b15130c
However, the specs says:
If I understand correctly, that may become an issue when the counters will reach high value, am I correct ?
If yes, should we declare the properties as Long instead of Integer ?