readHardwareVersion method

T readHardwareVersion()

读取硬件版本

Implementation

T readHardwareVersion() {
  return push(TReadHardwareVersion());
}