posSetSelfTest static method

Uint8List? posSetSelfTest()

打印自检页 @return

Implementation

static Uint8List? posSetSelfTest() {
  return Uint8List.fromList(Command.usVtEot);
}