コード例 #1
0
 /**
  * Gets the firmware version of the device.
  *
  * @return Firmware version of device.
  */
 public int GetFirmwareVersion()
 {
     return(_ll.GetFirmwareVersion());
 }