Uses of Class
net.sourceforge.jarduino.message.ArduinoMessage
Package | Description |
---|---|
net.sourceforge.jarduino.message |
Arduino Message Definition.
|
-
Uses of ArduinoMessage in net.sourceforge.jarduino.message
Methods in net.sourceforge.jarduino.message that return ArduinoMessage Modifier and Type Method Description ArduinoMessage
ArduinoSignal. getOwner()
Obtain the owner.static ArduinoMessage
ArduinoParser. parseLine(ArduinoSystem pSystem, ArduinoMessage pMessage, String pLine)
process line.Methods in net.sourceforge.jarduino.message that return types with arguments of type ArduinoMessage Modifier and Type Method Description List<ArduinoMessage>
ArduinoNode. getBorrowed()
Obtain the borrowed messages sent by this node.List<ArduinoMessage>
ArduinoNode. getMessages()
Obtain the messages sent by this node.List<ArduinoMessage>
ArduinoSystem. getMessages()
Obtain a list of all messages in the system.Methods in net.sourceforge.jarduino.message with parameters of type ArduinoMessage Modifier and Type Method Description static ArduinoMessage
ArduinoParser. parseLine(ArduinoSystem pSystem, ArduinoMessage pMessage, String pLine)
process line.boolean
ArduinoNode. receivesMessage(ArduinoMessage pMessage)
does the receive the message?boolean
ArduinoNode. sendsMessage(ArduinoMessage pMessage)
does the node send the message?