public class ActOutput extends Action
OUTPUT.| Modifier and Type | Field and Description |
|---|---|
static int |
CONTROLLER_MAX
Maximum maxLen value which can be used to request a specific
byte length to be sent to the controller.
|
static int |
CONTROLLER_NO_BUFFER
Indicates that no buffering should be applied and the whole
packet is to be sent to the controller.
|
version| Modifier and Type | Method and Description |
|---|---|
int |
getMaxLen()
Returns the max length value.
|
BigPortNumber |
getPort()
Returns the number of the port through which the packet should be sent.
|
String |
toString() |
compareTo, getActionType, getTotalLength, toDebugString, toDebugStringgetVersion, hex, hex, validatepublic static final int CONTROLLER_MAX
public static final int CONTROLLER_NO_BUFFER
public BigPortNumber getPort()
public int getMaxLen()
Port.CONTROLLER, this value
indicates the maximum number of bytes to send.
A value of zero means no bytes of the packet should be sent.
A value of CONTROLLER_MAX is the maximum that can be
used to request a specific byte length.
A value of CONTROLLER_NO_BUFFER means that the packet is
not buffered and the complete packet is to be sent to the controller.Copyright © 2014. All Rights Reserved.