be.lassi.lanbox.commands.channel
Class ChannelSetOutput
java.lang.Object
be.lassi.lanbox.commands.Command
be.lassi.lanbox.commands.LanboxCommand
be.lassi.lanbox.commands.channel.ChannelSetAttribute
be.lassi.lanbox.commands.channel.ChannelSetOutput
public class ChannelSetOutput
- extends ChannelSetAttribute
Lanbox command to enable or disable sending the output of
given channels to the mixer.
Field Summary |
static java.lang.String |
ID
Lanbox command identifier. |
Methods inherited from class be.lassi.lanbox.commands.LanboxCommand |
get, getBoolean, getId, getInt, getInt4, getRequest, getRequestString, getResponse, processResponse, set, set2, set2, set4 |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ID
public static final java.lang.String ID
- Lanbox command identifier.
- See Also:
- Constant Field Values
ChannelSetOutput
public ChannelSetOutput(byte[] request)
- Constructs a new command from a request buffer.
- Parameters:
request
- the buffer to construct the command from
ChannelSetOutput
public ChannelSetOutput(int bufferId,
ChannelAttribute[] attributes)
- Constructs a new command.
equals
public boolean equals(java.lang.Object object)
-
- Overrides:
equals
in class ChannelSetAttribute
hashCode
public int hashCode()
-
- Overrides:
hashCode
in class ChannelSetAttribute