Overview  Package   Class  Tree  Index 

be.lassi.artnet.packets
Class ArtPoll

java.lang.Object
  extended by be.lassi.artnet.packets.ArtPacket
      extended by be.lassi.artnet.packets.ArtPoll

public class ArtPoll
extends ArtPacket

Art-Net packet that can be broadcasted to ask other nodes to send their device information.


Field Summary
static int OP_CODE
           
 
Constructor Summary
ArtPoll(boolean talkToMe, boolean sendReplyUponConditionChange)
           
ArtPoll(byte[] packetData)
           
 
Method Summary
 void append(java.lang.StringBuilder b)
           
 boolean isSendReplyUponConditionChange()
           
 boolean isTalkToMe()
           
 
Methods inherited from class be.lassi.artnet.packets.ArtPacket
data, data, getDestinationAddress, getDestinationPort, getPacketData, getSourceAddress, getSourcePort, getString, init, setDestinationAddress, setDestinationPort, setSourceAddress, setSourcePort, string
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OP_CODE

public static final int OP_CODE
See Also:
Constant Field Values
Constructor Detail

ArtPoll

public ArtPoll(boolean talkToMe,
               boolean sendReplyUponConditionChange)

ArtPoll

public ArtPoll(byte[] packetData)
Method Detail

append

public void append(java.lang.StringBuilder b)
Overrides:
append in class ArtPacket

isSendReplyUponConditionChange

public boolean isSendReplyUponConditionChange()

isTalkToMe

public boolean isTalkToMe()

Overview  Package   Class  Tree  Index 
Lighting Assistant 1.2