public static interface StpApi.PacketOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
StpApi.Command |
getCommand()
to reader
|
StpApi.CommandOrBuilder |
getCommandOrBuilder()
to reader
|
StpApi.Report |
getReport()
Async message to host.
|
StpApi.ReportOrBuilder |
getReportOrBuilder()
Async message to host.
|
StpApi.Response |
getResponse()
to host
|
StpApi.ResponseOrBuilder |
getResponseOrBuilder()
to host
|
StpApi.Update |
getUpdate()
Async message to reader.
|
StpApi.UpdateOrBuilder |
getUpdateOrBuilder()
Async message to reader.
|
boolean |
hasCommand()
to reader
|
boolean |
hasReport()
Async message to host.
|
boolean |
hasResponse()
to host
|
boolean |
hasUpdate()
Async message to reader.
|
boolean hasCommand()
StpApi.Command getCommand()
StpApi.CommandOrBuilder getCommandOrBuilder()
boolean hasResponse()
StpApi.Response getResponse()
StpApi.ResponseOrBuilder getResponseOrBuilder()
boolean hasReport()
StpApi.Report getReport()
StpApi.ReportOrBuilder getReportOrBuilder()
boolean hasUpdate()
StpApi.Update getUpdate()
StpApi.UpdateOrBuilder getUpdateOrBuilder()