Struct bluenrg::event::AttReadByTypeResponse[][src]

pub struct AttReadByTypeResponse {
    pub conn_handle: ConnectionHandle,
    // some fields omitted
}

This event is generated in response to a Read By Type Request.

Fields

The connection handle related to the response.

Methods

impl AttReadByTypeResponse
[src]

Important traits for HandleValuePairIterator<'a>

Return an iterator over all valid handle-value pairs returned with the response.

Trait Implementations

impl Copy for AttReadByTypeResponse
[src]

impl Clone for AttReadByTypeResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AttReadByTypeResponse
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations