C# Class ZWaveAction.Node

Show file Open project: noant/Pyrite Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
AddValue ( ZWValueID valueID ) : void
Node ( ) : System
RemoveValue ( ZWValueID valueID ) : void

Method Details

AddValue() public method

public AddValue ( ZWValueID valueID ) : void
valueID ZWValueID
return void

Node() public method

public Node ( ) : System
return System

RemoveValue() public method

public RemoveValue ( ZWValueID valueID ) : void
valueID ZWValueID
return void