nodenaming

package
v0.0.0-...-02b3c19 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 28, 2018 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const CommandNodeLocationGet cc.CommandID = 0x05
View Source
const CommandNodeLocationReport cc.CommandID = 0x06
View Source
const CommandNodeLocationSet cc.CommandID = 0x04
View Source
const CommandNodeNameGet cc.CommandID = 0x02
View Source
const CommandNodeNameReport cc.CommandID = 0x03
View Source
const CommandNodeNameSet cc.CommandID = 0x01

Variables

This section is empty.

Functions

func NewNodeLocationGet

func NewNodeLocationGet() cc.Command

func NewNodeLocationReport

func NewNodeLocationReport() cc.Command

func NewNodeLocationSet

func NewNodeLocationSet() cc.Command

func NewNodeNameGet

func NewNodeNameGet() cc.Command

func NewNodeNameReport

func NewNodeNameReport() cc.Command

func NewNodeNameSet

func NewNodeNameSet() cc.Command

Types

type NodeLocationGet

type NodeLocationGet struct {
}

<no value>

func (NodeLocationGet) CommandClassID

func (cmd NodeLocationGet) CommandClassID() cc.CommandClassID

func (NodeLocationGet) CommandID

func (cmd NodeLocationGet) CommandID() cc.CommandID

func (NodeLocationGet) CommandIDString

func (cmd NodeLocationGet) CommandIDString() string

func (*NodeLocationGet) MarshalBinary

func (cmd *NodeLocationGet) MarshalBinary() (payload []byte, err error)

func (*NodeLocationGet) UnmarshalBinary

func (cmd *NodeLocationGet) UnmarshalBinary(data []byte) error

type NodeLocationReport

type NodeLocationReport struct {
	Level struct {
		CharPresentation byte
	}

	NodeLocationChar string
}

<no value>

func (NodeLocationReport) CommandClassID

func (cmd NodeLocationReport) CommandClassID() cc.CommandClassID

func (NodeLocationReport) CommandID

func (cmd NodeLocationReport) CommandID() cc.CommandID

func (NodeLocationReport) CommandIDString

func (cmd NodeLocationReport) CommandIDString() string

func (*NodeLocationReport) MarshalBinary

func (cmd *NodeLocationReport) MarshalBinary() (payload []byte, err error)

func (*NodeLocationReport) UnmarshalBinary

func (cmd *NodeLocationReport) UnmarshalBinary(data []byte) error

type NodeLocationSet

type NodeLocationSet struct {
	Level struct {
		CharPresentation byte
	}

	NodeLocationChar string
}

<no value>

func (NodeLocationSet) CommandClassID

func (cmd NodeLocationSet) CommandClassID() cc.CommandClassID

func (NodeLocationSet) CommandID

func (cmd NodeLocationSet) CommandID() cc.CommandID

func (NodeLocationSet) CommandIDString

func (cmd NodeLocationSet) CommandIDString() string

func (*NodeLocationSet) MarshalBinary

func (cmd *NodeLocationSet) MarshalBinary() (payload []byte, err error)

func (*NodeLocationSet) UnmarshalBinary

func (cmd *NodeLocationSet) UnmarshalBinary(data []byte) error

type NodeNameGet

type NodeNameGet struct {
}

<no value>

func (NodeNameGet) CommandClassID

func (cmd NodeNameGet) CommandClassID() cc.CommandClassID

func (NodeNameGet) CommandID

func (cmd NodeNameGet) CommandID() cc.CommandID

func (NodeNameGet) CommandIDString

func (cmd NodeNameGet) CommandIDString() string

func (*NodeNameGet) MarshalBinary

func (cmd *NodeNameGet) MarshalBinary() (payload []byte, err error)

func (*NodeNameGet) UnmarshalBinary

func (cmd *NodeNameGet) UnmarshalBinary(data []byte) error

type NodeNameReport

type NodeNameReport struct {
	Level struct {
		CharPresentation byte
	}

	NodeNameChar string
}

<no value>

func (NodeNameReport) CommandClassID

func (cmd NodeNameReport) CommandClassID() cc.CommandClassID

func (NodeNameReport) CommandID

func (cmd NodeNameReport) CommandID() cc.CommandID

func (NodeNameReport) CommandIDString

func (cmd NodeNameReport) CommandIDString() string

func (*NodeNameReport) MarshalBinary

func (cmd *NodeNameReport) MarshalBinary() (payload []byte, err error)

func (*NodeNameReport) UnmarshalBinary

func (cmd *NodeNameReport) UnmarshalBinary(data []byte) error

type NodeNameSet

type NodeNameSet struct {
	Level struct {
		CharPresentation byte
	}

	NodeNameChar string
}

<no value>

func (NodeNameSet) CommandClassID

func (cmd NodeNameSet) CommandClassID() cc.CommandClassID

func (NodeNameSet) CommandID

func (cmd NodeNameSet) CommandID() cc.CommandID

func (NodeNameSet) CommandIDString

func (cmd NodeNameSet) CommandIDString() string

func (*NodeNameSet) MarshalBinary

func (cmd *NodeNameSet) MarshalBinary() (payload []byte, err error)

func (*NodeNameSet) UnmarshalBinary

func (cmd *NodeNameSet) UnmarshalBinary(data []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL