|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IncomingContext | |
---|---|
org.reprap.comms | |
org.reprap.comms.messages | |
org.reprap.devices |
Uses of IncomingContext in org.reprap.comms |
---|
Fields in org.reprap.comms declared as IncomingContext | |
---|---|
(package private) IncomingContext |
IncomingMessage.incomingContext
|
Methods in org.reprap.comms that return IncomingContext | |
---|---|
IncomingContext |
OutgoingMessage.getReplyContext(Communicator communicator,
Device device)
Return an IncomingContext for a message in response to this message. |
IncomingContext |
Communicator.sendMessage(Device device,
OutgoingMessage messageToSend)
|
Constructors in org.reprap.comms with parameters of type IncomingContext | |
---|---|
IncomingMessage(IncomingContext incomingContext)
Receive a message matching context criteria |
Uses of IncomingContext in org.reprap.comms.messages |
---|
Constructors in org.reprap.comms.messages with parameters of type IncomingContext | |
---|---|
IncomingIntMessage(IncomingContext incomingContext)
|
|
VersionResponseMessage(IncomingContext incomingContext)
|
Uses of IncomingContext in org.reprap.devices |
---|
Methods in org.reprap.devices that return IncomingContext | |
---|---|
IncomingContext |
SNAPStepperMotor.sendMessage(OutgoingMessage message)
|
IncomingContext |
SNAPExtruder.sendMessage(OutgoingMessage message)
|
Constructors in org.reprap.devices with parameters of type IncomingContext | |
---|---|
SNAPStepperMotor.RequestPositionResponse(IncomingContext incomingContext)
|
|
SNAPStepperMotor.RequestRangeResponse(IncomingContext incomingContext)
|
|
SNAPStepperMotor.RequestStatusResponse(IncomingContext incomingContext)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |