posSetLeftBrace static method

Uint8List? posSetLeftBrace(
  1. int brace
)

设置倒置打印模式(当最低位为1时有效) @param brace @return

Implementation

static Uint8List? posSetLeftBrace(int brace) {
  Command.escLeftBrace[2] = brace;
  return Uint8List.fromList(Command.escLeftBrace);
}