Uses of Class
org.openwebnet4j.message.OpenMessage
- 
Packages that use OpenMessage Package Description org.openwebnet4j org.openwebnet4j.communication org.openwebnet4j.message  - 
- 
Uses of OpenMessage in org.openwebnet4j
Methods in org.openwebnet4j with parameters of type OpenMessage Modifier and Type Method Description voidGatewayListener. onEventMessage(OpenMessage msg)This method is called when a new OpenWebNet message is received on the gateway MON sessionvoidOpenGateway. onMessage(OpenMessage message)voidUSBGateway. onMessage(OpenMessage message)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 OpenMessage in org.openwebnet4j.communication
Methods in org.openwebnet4j.communication that return OpenMessage Modifier and Type Method Description OpenMessageResponse. getFinalResponse()Returns the last OpenMessage that has finalised this responseOpenMessageResponse. getRequest()Returns the initial request messageMethods in org.openwebnet4j.communication that return types with arguments of type OpenMessage Modifier and Type Method Description List<OpenMessage>Response. getResponseMessages()Returns a list ofOpenMessagereceived as responseMethods in org.openwebnet4j.communication with parameters of type OpenMessage Modifier and Type Method Description protected voidResponse. addResponse(OpenMessage msg)Add a new message received as responseprotected voidOpenConnector. notifyListener(OpenMessage msg)Notify new message on MON connection to OpenListener using notifierExecutorvoidConnectorListener. onMessage(OpenMessage message)This method is called when a newOpenMessageis received by the OpenConnector MONITOR connectionConstructors in org.openwebnet4j.communication with parameters of type OpenMessage Constructor Description Response(OpenMessage request)Creates aResponseobject associated to the request message - 
Uses of OpenMessage in org.openwebnet4j.message
Subclasses of OpenMessage in org.openwebnet4j.message Modifier and Type Class Description classAckOpenMessageOpenWebNet acknowledge messages: ACK, NACK, BUSY-NACK.classAutomationOpenWebNet Automation messages (WHO=2)classBaseOpenMessageBaseOpenMessage class is the abstract base class for other OpenWebNet message types.classEnergyManagementOpenWebNet Energy Management messages (WHO=18)classEnergyManagementDiagnosticOpenWebNet Energy Management Diagnostic messages (WHO=1018)classGatewayMgmtclassLightingOpenWebNet Lighting messages (WHO=1)classThermoregulationOpenWebNet Thermoregulation messages (WHO=4)classThermoregulationDiagnosticOpenWebNet Thermoregulation Diagnostic messages (WHO=1004) used to discover Thermo devices on BUSMethods in org.openwebnet4j.message that return OpenMessage Modifier and Type Method Description static OpenMessageBaseOpenMessage. parse(String frame)Parses the frame and returns a new OpenMessage object. 
 -