default:
log.info("Link status 0x" + NumberUtils.hex(lstat.getValue(), 4));
}
this.linkStatus = lstat;
// Post the event
driver.postEvent(new LinkStatusEvent(device, lstat == CONNECTED));
break;
default:
log.info("Got Info frame, Type=0x" + NumberUtils.hex(infoType.getValue(), 4));
}