TscCommand class

Inheritance
  • Object
  • PlatformInterface
  • TscCommand

Constructors

TscCommand()

Properties

hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

bar({required int x, required int y, required int width, int height = 2}) Future<void>
barCode({required String content, int x = 0, int y = 0, BarCodeType codeType = BarCodeType.c_128, Rotation rotation = Rotation.r_0, int height = 100, bool readable = true, int narrow = 2, int wide = 4}) Future<void>
box({required int x, required int y, required int endX, required int endY, int linThickness = 2}) Future<void>
cleanCommand() Future<void>
cls() Future<void>
density(int density) Future<void>
density : 0 ~ 15
gap(int gap) Future<void>
getCommand() Future<Uint8List?>
image({required Uint8List image, int x = 0, int y = 0}) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
print(int copies) Future<void>
qrCode({required String content, int x = 0, int y = 0, int cellWidth = 6, Rotation rotation = Rotation.r_0}) Future<void>
selfTest() Future<void>
size({int width = 0, int height = 0}) Future<void>
speed(int speed) Future<void>
speed : 2 ~ 12
text({required String content, int x = 0, int y = 0, int xMulti = 1, int yMulti = 1, Rotation rotation = Rotation.r_0}) Future<void>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited