API Reference v9.2.0

UnknownResponseEventstruct

Module: ZaberMotionAscii

Reply that could not be matched to a request.

To use this type, add import ZaberMotionAscii to the top of your source code.

Properties

p

deviceAddress

unknownResponseEvent.deviceAddress
Int Number of the device that sent the message.
p

axisNumber

unknownResponseEvent.axisNumber
Int Number of the axis which the response applies to. Zero denotes device scope.
p

replyFlag

unknownResponseEvent.replyFlag
String The reply flag indicates if the request was accepted (OK) or rejected (RJ). Does not apply to info messages.
p

status

unknownResponseEvent.status
String The device status contains BUSY when the axis is moving and IDLE otherwise. Does not apply to info messages.
p

warningFlag

unknownResponseEvent.warningFlag
String The warning flag contains the highest priority warning currently active for the device or axis. Does not apply to info messages.
p

data

unknownResponseEvent.data
String Response data which varies depending on the request.
p

messageType

unknownResponseEvent.messageType
MessageType Type of the response received (only Reply or Info).