/** * Gets the firmware version of the device. * * @return param holds the firmware version of the device. Device must be powered * cycled at least once. */ public int GetFirmwareVersion() { int k = _ll.GetFirmwareVersion(); return(k); }