Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChangedRegister ¶
type ChangedRegister struct { Type RegisterType Address uint16 Value interface{} }
type ChangedRegisters ¶
type ChangedRegisters struct {
Registers []ChangedRegister
}
type RegisterType ¶
type RegisterType string
const ( RegisterTypeCoil RegisterType = "coil" RegisterTypeInteger RegisterType = "integer" )
Click to show internal directories.
Click to hide internal directories.