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 ResponseOpenGateway. send(OpenMessage msg)Send a command message, and returns the response messagesResponseOpenGateway. sendHighPriority(OpenMessage msg)Send a command message with high priority, and returns the response messagesprotected ResponseOpenGateway. sendInternal(OpenMessage msg) -
Uses of Response in org.openwebnet4j.communication
Methods in org.openwebnet4j.communication that return Response Modifier and Type Method Description ResponseOpenConnector. sendCommandSynch(String frame)Send a command frame String on the connection, waits for aAckOpenMessage(ACN/NACK) or timeout and returns the received messages in aResponseobjectprotected ResponseBUSConnector. sendCommandSynchInternal(String frame)protected abstract ResponseOpenConnector. sendCommandSynchInternal(String frame)protected ResponseUSBConnector. sendCommandSynchInternal(String frame)
-