2 /** Zigbee Message generic class.
4 * @author Ali Younis <ayounis @ uci.edu>
8 public class IoTZigbeeMessage {
16 public IoTZigbeeMessage(int _packetId) {
22 * getPacketId() method that returns the packet id of the received message
26 public int getPacketId() {