label_printer/faxmachine/escpos/protocol/protocol.go

9 lines
97 B
Go
Raw Normal View History

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