Struct drs_0x01::MessageBuilderPositionIJOG[][src]

pub struct MessageBuilderPositionIJOG { /* fields omitted */ }

This is a specialized version of the MessageBuilder which contains an ID and a position request.

Methods

impl MessageBuilderPositionIJOG
[src]

Append a new SJOG command to this message.

Errors

Return MessageBuilderError::MaximumDataReached if there is already 10 sjog command in this message.

Invalid Values

The maximum id value is 0xFE.

Build the final message to be sent to the servomotor through a serial connection.

Auto Trait Implementations