package protocol

type Protocol int

const (
	Generic Protocol = iota
	TMT88IV Protocol = iota
)