Messagedata class
Module: zaber_motion.binary
A message in the Binary protocol.
To use this type, add from zaber_motion.binary import Message to the top of your source code.
Properties
pmessage.device_address
int Number of the device that sent or should receive the message.
pmessage.command
int The warning flag contains the highest priority warning currently active for the device or axis.
pmessage.data
int Data payload of the message, if applicable, or zero otherwise.