Struct bluenrg::gatt::ReadByTypeParameters[][src]

pub struct ReadByTypeParameters {
    pub conn_handle: ConnectionHandle,
    pub attribute_handle_range: Range<CharacteristicHandle>,
    pub uuid: Uuid,
}

Parameters for the Read by Group Type Request command.

Fields

Connection handle for which the command is given.

Range of values to be read on the server.

UUID of the attribute.

Auto Trait Implementations