version method

T version()

查询打印机版本

Implementation

T version() {
  return push(CVersion());
}