Struct cold_iron::sita::GenericSita [−]
pub struct GenericSita { /* fields omitted */ }
Expand description
Generic SITA is a plug-and-play compatible SITA. Other SITA devices are supported by external crates.
Implementations
impl GenericSita
impl GenericSita
pub fn initialize(handle: Handle) -> Result<Self, ThaumError>
pub fn initialize(handle: Handle) -> Result<Self, ThaumError>
Initialize a generic SITA device from a handle.
For individual device drivers, see crates cold-iron-greyson
, cold-iron-m1z
, cold-iron-dianhua
, cold-iron-sparkle
.