To use this type, add from zaber_motion.ascii import MessageType to the top of your source code.
| Name | Value | Description |
|---|---|---|
MessageType.REPLY | 0 | A direct response to a command sent to the device. |
MessageType.INFO | 1 | An additional data message supplementing a reply. |
MessageType.ALERT | 2 | An unsolicited message from the device reporting a status change. |