Struct open_protocol::ack::AckData [] [src]

pub struct AckData { /* fields omitted */ }

Represents the response of a command.

Methods

impl AckData
[src]

Create an ack data.

Get the execution status of the command. ture means the command executed successfully, false means failed.

Trait Implementations

impl Default for AckData
[src]

Returns the "default value" for a type. Read more

impl Into<String> for AckData
[src]

Consume ack data, produce the message returned from autopilot.