status method

T status()

查询打印机状态

Implementation

T status() {
  return push(CStatus());
}