public class Frame extends Object
Constructor and Description |
---|
Frame(long transactionId,
String command,
io.netty.buffer.ByteBuf data) |
Frame(long transactionId,
String command,
String data) |
Modifier and Type | Method and Description |
---|---|
String |
getCommand() |
io.netty.buffer.ByteBuf |
getData() |
long |
getTransactionId() |
String |
toString() |
public Frame(long transactionId, String command, io.netty.buffer.ByteBuf data)
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.