API Reference v9.2.0

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

p

device_address

unknown_response_event.device_address
int Number of the device that sent or should receive the message.
p

command

unknown_response_event.command
int The warning flag contains the highest priority warning currently active for the device or axis.
p

data

unknown_response_event.data
int Data payload of the message, if applicable, or zero otherwise.