Struct bluenrg::event::AttributeData[][src]

pub struct AttributeData<'a> {
    pub attribute_handle: AttributeHandle,
    pub group_end_handle: GroupEndHandle,
    pub value: &'a [u8],
}

Attribute data returned in the AttReadByGroupTypeResponse event.

Fields

Attribute handle

Group end handle

Attribute value

Auto Trait Implementations

impl<'a> Send for AttributeData<'a>

impl<'a> Sync for AttributeData<'a>