Struct openzwave::controller::Controller [] [src]

pub struct Controller {
    // some fields omitted
}

Methods

impl Controller
[src]

fn new(home_id: u32) -> Controller

fn get_home_id(&self) -> u32

fn get_controller_node_id(&self) -> u8

fn get_suc_node_id(&self) -> u8

fn is_primary_controller(&self) -> bool

fn is_bridge_controller(&self) -> bool

fn get_send_queue_count(&self) -> i32

fn log_driver_statistics(&self)

fn write_config(&self)

fn get_controller_interface_type(&self) -> ControllerInterface

fn get_library_version(&self) -> String

fn get_library_type_name(&self) -> String

fn get_controller_path(&self) -> String

Trait Implementations

impl Copy for Controller
[src]

impl Clone for Controller
[src]

fn clone(&self) -> Controller

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Hash for Controller
[src]

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

Feeds this value into the state given, updating the hasher as necessary.

fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
1.3.0

Feeds a slice of this type into the state provided.

impl Eq for Controller
[src]

impl PartialEq for Controller
[src]

fn eq(&self, __arg_0: &Controller) -> bool

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, __arg_0: &Controller) -> bool

This method tests for !=.

impl Display for Controller
[src]

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Debug for Controller
[src]

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.