Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArtNet ¶
type ArtNet struct {
Type string
OpCode OpCode
ProtocolVer uint16
Sequence uint8
Physical uint8
Port uint16
Length uint16
Data [512]uint8
Pool ArtNetPoll
PoolReply ArtNetPollReply
Source net.Addr
HasChannels bool
}
func GetAndParse ¶
func (ArtNet) ChannelsAsSlice ¶
func (ArtNet) ChannelsAsSliceOfStrings ¶
type ArtNetPoll ¶
type ArtNetPoll struct {
Priority uint8
TxDiagOnChange bool
TxDiag bool
TxDiagUnicast bool
TxVLC bool
}
func (ArtNetPoll) ExplainFlags ¶
func (anp ArtNetPoll) ExplainFlags() []string
Click to show internal directories.
Click to hide internal directories.