Documentation ¶
Index ¶
- Constants
- func NewApplicationBusy() cc.Command
- func NewApplicationRejectedRequest() cc.Command
- type ApplicationBusy
- func (cmd ApplicationBusy) CommandClassID() cc.CommandClassID
- func (cmd ApplicationBusy) CommandID() cc.CommandID
- func (cmd ApplicationBusy) CommandIDString() string
- func (cmd *ApplicationBusy) MarshalBinary() (payload []byte, err error)
- func (cmd *ApplicationBusy) UnmarshalBinary(data []byte) error
- type ApplicationRejectedRequest
- func (cmd ApplicationRejectedRequest) CommandClassID() cc.CommandClassID
- func (cmd ApplicationRejectedRequest) CommandID() cc.CommandID
- func (cmd ApplicationRejectedRequest) CommandIDString() string
- func (cmd *ApplicationRejectedRequest) MarshalBinary() (payload []byte, err error)
- func (cmd *ApplicationRejectedRequest) UnmarshalBinary(data []byte) error
Constants ¶
View Source
const CommandApplicationBusy cc.CommandID = 0x01
View Source
const CommandApplicationRejectedRequest cc.CommandID = 0x02
Variables ¶
This section is empty.
Functions ¶
func NewApplicationBusy ¶
Types ¶
type ApplicationBusy ¶
<no value>
func (ApplicationBusy) CommandClassID ¶
func (cmd ApplicationBusy) CommandClassID() cc.CommandClassID
func (ApplicationBusy) CommandID ¶
func (cmd ApplicationBusy) CommandID() cc.CommandID
func (ApplicationBusy) CommandIDString ¶
func (cmd ApplicationBusy) CommandIDString() string
func (*ApplicationBusy) MarshalBinary ¶
func (cmd *ApplicationBusy) MarshalBinary() (payload []byte, err error)
func (*ApplicationBusy) UnmarshalBinary ¶
func (cmd *ApplicationBusy) UnmarshalBinary(data []byte) error
type ApplicationRejectedRequest ¶
type ApplicationRejectedRequest struct {
Status byte
}
<no value>
func (ApplicationRejectedRequest) CommandClassID ¶
func (cmd ApplicationRejectedRequest) CommandClassID() cc.CommandClassID
func (ApplicationRejectedRequest) CommandID ¶
func (cmd ApplicationRejectedRequest) CommandID() cc.CommandID
func (ApplicationRejectedRequest) CommandIDString ¶
func (cmd ApplicationRejectedRequest) CommandIDString() string
func (*ApplicationRejectedRequest) MarshalBinary ¶
func (cmd *ApplicationRejectedRequest) MarshalBinary() (payload []byte, err error)
func (*ApplicationRejectedRequest) UnmarshalBinary ¶
func (cmd *ApplicationRejectedRequest) UnmarshalBinary(data []byte) error
Click to show internal directories.
Click to hide internal directories.