Uses of Class
org.openwebnet4j.communication.OWNException
-
Packages that use OWNException Package Description org.openwebnet4j org.openwebnet4j.communication -
-
Uses of OWNException in org.openwebnet4j
Methods in org.openwebnet4j with parameters of type OWNException Modifier and Type Method Description voidGatewayListener. onConnectionError(OWNException error)This method is called when connecting to gateway has returned and errorvoidGatewayListener. onDisconnected(OWNException error)This method is called after the connection with gateway has been lost/disconnectedvoidOpenGateway. onMonDisconnected(OWNException e)Methods in org.openwebnet4j that throw OWNException Modifier and Type Method Description voidOpenGateway. connect()Connect to the OpenWebNet gateway.voidOpenGateway. discoverDevices()Start a device discovery session and notifyGatewayListeners for each new device discovered calling methodGatewayListener.onNewDevice(org.openwebnet4j.message.Where, org.openwebnet4j.OpenDeviceType, org.openwebnet4j.message.BaseOpenMessage)protected voidBUSGateway. discoverDevicesInternal()protected abstract voidOpenGateway. discoverDevicesInternal()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 OWNException in org.openwebnet4j.communication
Subclasses of OWNException in org.openwebnet4j.communication Modifier and Type Class Description classOWNAuthExceptionAuthorisation exceptionMethods in org.openwebnet4j.communication with parameters of type OWNException Modifier and Type Method Description protected voidBUSConnector. handleMonDisconnect(OWNException e)protected voidOpenConnector. handleMonDisconnect(OWNException e)Called when MON connection is disconnectedvoidConnectorListener. onMonDisconnected(OWNException e)This method is called when the MONITOR connection gets disconnected for some errorMethods in org.openwebnet4j.communication that throw OWNException Modifier and Type Method Description voidBUSConnector. openCmdConn()abstract voidOpenConnector. openCmdConn()Opens command (CMD) connectionvoidUSBConnector. openCmdConn()voidBUSConnector. openMonConn()abstract voidOpenConnector. openMonConn()Opens monitor (MON) connectionvoidUSBConnector. openMonConn()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 aResponseobject
-