Uses of Class
org.openwebnet4j.communication.Response
-
Packages that use Response Package Description org.openwebnet4j org.openwebnet4j.communication -
-
Uses of Response in org.openwebnet4j
Methods in org.openwebnet4j that return Response Modifier and Type Method Description Response
OpenGateway. send(OpenMessage msg)
Send a command message, and returns the response messagesResponse
OpenGateway. sendHighPriority(OpenMessage msg)
Send a command message with high priority, and returns the response messagesprotected Response
OpenGateway. sendInternal(OpenMessage msg)
-
Uses of Response in org.openwebnet4j.communication
Methods in org.openwebnet4j.communication that return Response Modifier and Type Method Description Response
OpenConnector. sendCommandSynch(String frame)
Send a command frame String on the connection, waits for aAckOpenMessage
(ACN/NACK) or timeout and returns the received messages in aResponse
objectprotected Response
BUSConnector. sendCommandSynchInternal(String frame)
protected abstract Response
OpenConnector. sendCommandSynchInternal(String frame)
protected Response
USBConnector. sendCommandSynchInternal(String frame)
-