Struct tango_client::types::CommandInfo [−][src]
pub struct CommandInfo {
pub name: String,
pub in_type: TangoDataType,
pub out_type: TangoDataType,
pub in_type_desc: String,
pub out_type_desc: String,
pub disp_level: DispLevel,
}Expand description
Provides information about the API of a single command.
Fields
name: Stringin_type: TangoDataTypeout_type: TangoDataTypein_type_desc: Stringout_type_desc: Stringdisp_level: DispLevel