public class UartbusConsoleEnv.UbConsoleResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
data |
protected String |
etc |
protected UartbusConsoleEnv.UbConsoleInquiry |
inquiry |
| Constructor and Description |
|---|
UbConsoleResponse(UartbusConsoleEnv.UbConsoleInquiry inquiry,
byte[] data,
String etc) |
| Modifier and Type | Method and Description |
|---|---|
UartbusConsoleEnv |
getConsole() |
byte[] |
getData() |
String |
getMessage() |
UartbusConsoleEnv.UbConsoleInquiry |
getType() |
byte[] |
toPacket() |
protected byte[] data
protected UartbusConsoleEnv.UbConsoleInquiry inquiry
protected String etc
public UbConsoleResponse(UartbusConsoleEnv.UbConsoleInquiry inquiry, byte[] data, String etc)
public UartbusConsoleEnv.UbConsoleInquiry getType()
public byte[] getData()
public UartbusConsoleEnv getConsole()
public byte[] toPacket()
throws IOException
IOExceptionpublic String getMessage()
Copyright © 2020. All rights reserved.