Package | Description |
---|---|
com.bensherman.rtlsdrdjava.tcpcli |
Modifier and Type | Field and Description |
---|---|
private Message.ResponseType |
Message.responseMsgType
If this message's response represented an OK result or an error.
|
Modifier and Type | Method and Description |
---|---|
Message.ResponseType |
Message.getResponseMsgType() |
static Message.ResponseType |
Message.ResponseType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Message.ResponseType[] |
Message.ResponseType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
(package private) Message |
TcpSocketReader.pollMostRecentlyRespondedToMsgAndSetResponse(java.lang.String response,
Message.ResponseType responseMsgType)
Executes poll() on msgsWaitingForResponseQueue, which should always contain
at least one Message when this function is executed.
|
void |
Message.setResponseType(Message.ResponseType responseMsgType)
Sets the ResponseType of this message.
|