Struct hid::handle::Feature [] [src]

pub struct Feature<'a> { /* fields omitted */ }

The feature accessor.

Methods

impl<'a> Feature<'a>
[src]

[src]

Send a feature request.

The first byte must be the report ID.

[src]

Send a feature request to the given report ID.

[src]

Get a feature request.

The first byte must be the report ID.

[src]

Get a feature request from the given report ID.