Documentation
¶
Index ¶
Constants ¶
View Source
const ( ReportJog = 3 ReportKeyPress = 4 ReportBattery = 7 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatteryReport ¶
func NewBatteryReport ¶
func NewBatteryReport(id byte, payload []byte) (BatteryReport, error)
type JogReport ¶
func NewJogReport ¶
type KeyPressReport ¶
func NewKeyPressReport ¶
func NewKeyPressReport(id byte, payload []byte) (KeyPressReport, error)
type ReportBytes ¶
type ReportBytes []byte
func (ReportBytes) ToReport ¶
func (byt ReportBytes) ToReport() (any, error)
Click to show internal directories.
Click to hide internal directories.