Struct drs_0x01::advanced::MessageBuilderPositionSJOG[][src]

pub struct MessageBuilderPositionSJOG { /* fields omitted */ }

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

Methods

impl MessageBuilderPositionSJOG
[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. The maximum playtime value is 0xFE.

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

Auto Trait Implementations