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 void
GatewayListener. onEventMessage(OpenMessage msg)
This method is called when a new OpenWebNet message is received on the gateway MON sessionvoid
OpenGateway. onMessage(OpenMessage message)
void
USBGateway. onMessage(OpenMessage message)
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 OpenMessage in org.openwebnet4j.communication
Methods in org.openwebnet4j.communication that return OpenMessage Modifier and Type Method Description OpenMessage
Response. getFinalResponse()
Returns the last OpenMessage that has finalised this responseOpenMessage
Response. 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 ofOpenMessage
received as responseMethods in org.openwebnet4j.communication with parameters of type OpenMessage Modifier and Type Method Description protected void
Response. addResponse(OpenMessage msg)
Add a new message received as responseprotected void
OpenConnector. notifyListener(OpenMessage msg)
Notify new message on MON connection to OpenListener using notifierExecutorvoid
ConnectorListener. onMessage(OpenMessage message)
This method is called when a newOpenMessage
is received by the OpenConnector MONITOR connectionConstructors in org.openwebnet4j.communication with parameters of type OpenMessage Constructor Description Response(OpenMessage request)
Creates aResponse
object associated to the request message -
Uses of OpenMessage in org.openwebnet4j.message
Subclasses of OpenMessage in org.openwebnet4j.message Modifier and Type Class Description class
AckOpenMessage
OpenWebNet acknowledge messages: ACK, NACK, BUSY-NACK.class
Automation
OpenWebNet Automation messages (WHO=2)class
BaseOpenMessage
BaseOpenMessage class is the abstract base class for other OpenWebNet message types.class
EnergyManagement
OpenWebNet Energy Management messages (WHO=18)class
EnergyManagementDiagnostic
OpenWebNet Energy Management Diagnostic messages (WHO=1018)class
GatewayMgmt
class
Lighting
OpenWebNet Lighting messages (WHO=1)class
Thermoregulation
OpenWebNet Thermoregulation messages (WHO=4)class
ThermoregulationDiagnostic
OpenWebNet 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 OpenMessage
BaseOpenMessage. parse(String frame)
Parses the frame and returns a new OpenMessage object.
-