Constructor and Description |
---|
DeviceBase(String uid,
IPConnection ipcon) |
Modifier and Type | Method and Description |
---|---|
short[] |
getAPIVersion()
Returns the API version (major, minor, revision) of the bindings for
this device.
|
boolean |
getResponseExpected(byte functionId)
Returns the response expected flag for the function specified by the
\c functionId parameter.
|
void |
setResponseExpected(byte functionId,
boolean responseExpected)
Changes the response expected flag of the function specified by
the \c functionId parameter.
|
void |
setResponseExpectedAll(boolean responseExpected)
Changes the response expected flag for all setter and callback
configuration functions of this device at once.
|
public DeviceBase(String uid, IPConnection ipcon)
public short[] getAPIVersion()
public boolean getResponseExpected(byte functionId)
public void setResponseExpected(byte functionId, boolean responseExpected)
public void setResponseExpectedAll(boolean responseExpected)
Copyright © 2022 Tinkerforge GmbH. All rights reserved.