C# 클래스 ZWaveLib.NodeCommandClass

파일 보기 프로젝트 열기: genielabs/zwave-lib-dotnet

공개 프로퍼티들

프로퍼티 타입 설명
Id byte

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
NodeCommandClass ( ) : System

Initializes a new instance of the ZWaveLib.NodeCommandClass class.

NodeCommandClass ( byte id, int version = -1 ) : System

Initializes a new instance of the ZWaveLib.NodeCommandClass class.

메소드 상세

NodeCommandClass() 공개 메소드

Initializes a new instance of the ZWaveLib.NodeCommandClass class.
public NodeCommandClass ( ) : System
리턴 System

NodeCommandClass() 공개 메소드

Initializes a new instance of the ZWaveLib.NodeCommandClass class.
public NodeCommandClass ( byte id, int version = -1 ) : System
id byte Identifier.
version int Version.
리턴 System

프로퍼티 상세

Id 공개적으로 프로퍼티

The CC identifier.
public byte Id
리턴 byte