Struct rzw::driver::serial::SerialDriver[][src]

pub struct SerialDriver { /* fields omitted */ }

Methods

impl SerialDriver
[src]

Creates a new SerialDriver which is a connection point to ZWave device & network.

Return a copy the message stack

Trait Implementations

impl Driver for SerialDriver
[src]

Write data to the Z-Wave network.

Read data from the Z-Wave network. Returns the received message or an error. Read more

Returns the id of the registered nodes in the Z-Wave network.

Returns the generic type of a node.

impl Debug for SerialDriver
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations