public class ArtNetNode
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static java.util.logging.Logger |
logger |
protected NodeStyle |
nodeStyle |
Constructor and Description |
---|
ArtNetNode() |
ArtNetNode(NodeStyle style) |
ArtNetNode(java.lang.String address) |
Modifier and Type | Method and Description |
---|---|
void |
extractConfig(ArtPollReplyPacket source) |
byte[] |
getDmxIns() |
byte[] |
getDmxOuts() |
java.net.InetAddress |
getIPAddress() |
java.lang.String |
getLongName() |
int |
getNodeStatus() |
NodeStyle |
getNodeStyle() |
int |
getNumPorts() |
int |
getOemCode() |
PortDescriptor[] |
getPorts() |
NodeReportCode |
getReportCode() |
java.lang.String |
getShortName() |
int |
getSubNet() |
java.lang.String |
getSubNetAsHex() |
void |
setIPAddress(java.net.InetAddress ip) |
java.lang.String |
toString() |
protected static final java.util.logging.Logger logger
protected final NodeStyle nodeStyle
public ArtNetNode()
public ArtNetNode(java.lang.String address)
public ArtNetNode(NodeStyle style)
public void extractConfig(ArtPollReplyPacket source)
public byte[] getDmxIns()
public byte[] getDmxOuts()
public java.net.InetAddress getIPAddress()
public java.lang.String getLongName()
public int getNodeStatus()
public NodeStyle getNodeStyle()
public int getNumPorts()
public int getOemCode()
public PortDescriptor[] getPorts()
public NodeReportCode getReportCode()
public java.lang.String getShortName()
public int getSubNet()
public java.lang.String getSubNetAsHex()
public void setIPAddress(java.net.InetAddress ip)
public java.lang.String toString()
toString
in class java.lang.Object