Struct bluenrg::gatt::LongCharacteristicReadParameters[][src]

pub struct LongCharacteristicReadParameters {
    pub conn_handle: ConnectionHandle,
    pub attribute: CharacteristicHandle,
    pub offset: usize,
}

Parameters for the Read long characteristic value command.

Fields

Connection handle for which the command is given.

Handle of the characteristic to be read

Offset from which the value needs to be read.

Auto Trait Implementations