public final class ZWay.Device.Instance.Protection extends ZWay.Device.Instance.CommandClass
| Modifier and Type | Field and Description |
|---|---|
ZWay.Data |
data |
static int |
id |
instance| Constructor and Description |
|---|
Protection(ZWay zway,
ZWay.Device.Instance instance) |
| Modifier and Type | Method and Description |
|---|---|
void |
exclusiveGet() |
void |
exclusiveGet(Object callbackArg) |
void |
exclusiveSet(int controlNodeId) |
void |
exclusiveSet(int controlNodeId,
Object callbackArg) |
void |
get() |
void |
get(Object callbackArg) |
void |
set(int state,
int rfState) |
void |
set(int state,
int rfState,
Object callbackArg) |
void |
timeoutGet() |
void |
timeoutGet(Object callbackArg) |
void |
timeoutSet(int timeout) |
void |
timeoutSet(int timeout,
Object callbackArg) |
interviewpublic static final int id
public final ZWay.Data data
public Protection(ZWay zway, ZWay.Device.Instance instance) throws Exception
Exceptionpublic void get(Object callbackArg)
public void get()
public void set(int state,
int rfState,
Object callbackArg)
public void set(int state,
int rfState)
public void exclusiveGet(Object callbackArg)
public void exclusiveGet()
public void exclusiveSet(int controlNodeId,
Object callbackArg)
public void exclusiveSet(int controlNodeId)
public void timeoutGet(Object callbackArg)
public void timeoutGet()
public void timeoutSet(int timeout,
Object callbackArg)
public void timeoutSet(int timeout)
Copyright © 2023 Z-Wave.Me. All rights reserved.