UnknownResponseEventdata class
Module: zaber_motion.binary
Reply that could not be matched to a request.
To use this type, add from zaber_motion.binary import UnknownResponseEvent to the top of your source code.
Properties
punknown_response_event.device_address
int Number of the device that sent or should receive the message.
punknown_response_event.command
int The warning flag contains the highest priority warning currently active for the device or axis.
punknown_response_event.data
int Data payload of the message, if applicable, or zero otherwise.