API Reference v9.2.0

CommandTooLongExceptionDatastruct

Module: ZaberMotionExceptions

Information describing why the command could not fit.

To use this type, add import ZaberMotionExceptions to the top of your source code.

Properties

p

fit

commandTooLongExceptionData.fit
String The part of the command that could be successfully fit in the space provided by the protocol.
p

remainder

commandTooLongExceptionData.remainder
String The part of the command that could not fit within the space provided.
p

packetSize

commandTooLongExceptionData.packetSize
Int The length of the ascii string that can be written to a single line.
p

packetsMax

commandTooLongExceptionData.packetsMax
Int The number of lines a command can be split over using continuations.