label_printer/escpos/protocol/protocol.go
TT-392 4a0a055234 Squashed 'faxmachine/' content from commit d23200b
git-subtree-dir: faxmachine
git-subtree-split: d23200bcfdedb9f8cc57e6a3c65b5ef93fcbfd19
2024-09-12 20:45:00 +02:00

8 lines
97 B
Go

package protocol
type Protocol int
const (
Generic Protocol = iota
TMT88IV Protocol = iota
)