public class UscControl extends UscFrame
| Modifier and Type | Class and Description |
|---|---|
static class |
UscControl.ControlCode |
| Constructor and Description |
|---|
UscControl(int port,
int sessionId,
int operationCode)
Constructs a new UscControl
|
| Modifier and Type | Method and Description |
|---|---|
UscControl.ControlCode |
getControlCode() |
io.netty.buffer.ByteBuf |
getPayload()
To be implemented by subclasses to return the payload as a ByteBuf.
|
String |
toString() |
getFromByteBuf, getHeader, lengthpublic UscControl(int port,
int sessionId,
int operationCode)
port - the port number of the service on the devicesessionId - the session IDoperationCode - the control message operation codepublic UscControl.ControlCode getControlCode()
public io.netty.buffer.ByteBuf getPayload()
UscFramegetPayload in class UscFrameCopyright © 2019 OpenDaylight. All rights reserved.