CommandFailedExceptionDatastruct
Module: ZaberMotionExceptions
Contains additional data for CommandFailedException.
To use this type, add import ZaberMotionExceptions to the top of your source code.
Properties
pcommandFailedExceptionData.command
String The command that got rejected.
pcommandFailedExceptionData.responseData
String The data from the reply containing the rejection reason.
pcommandFailedExceptionData.replyFlag
String The flag indicating that the command was rejected.
pcommandFailedExceptionData.status
String The current device or axis status.
pcommandFailedExceptionData.warningFlag
String The highest priority warning flag on the device or axis.
pcommandFailedExceptionData.deviceAddress
Int The address of the device that rejected the command.
pcommandFailedExceptionData.axisNumber
Int The number of the axis which the rejection relates to.
pcommandFailedExceptionData.id
Int The message ID of the reply.