Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MonVoltage ¶
type MonVoltage [24]uint16
func NewMonVoltage ¶
func NewMonVoltage(b []byte) (mv *MonVoltage)
func (*MonVoltage) Bytes ¶
func (m *MonVoltage) Bytes() (data []byte)
func (*MonVoltage) FromBytes ¶
func (m *MonVoltage) FromBytes(data []byte)
type Temperature ¶
type Temperature [4]uint16
func NewTemperature ¶
func NewTemperature(b []byte) (tt *Temperature)
func (*Temperature) Bytes ¶
func (m *Temperature) Bytes() (data []byte)
func (*Temperature) FromBytes ¶
func (m *Temperature) FromBytes(data []byte)
Click to show internal directories.
Click to hide internal directories.