Methods in tuwien.auto.calimero.mgmt that throw KNXDisconnectException |
byte |
ManagementClientImpl.authorize(Destination dst,
byte[] key)
|
int |
ManagementClientImpl.readADC(Destination dst,
int channelNr,
int repeat)
|
byte[] |
ManagementClientImpl.readDeviceDesc(Destination dst,
int descType)
|
byte[] |
ManagementClientImpl.readMemory(Destination dst,
int startAddr,
int bytes)
|
byte[] |
ManagementClientImpl.readProperty(Destination dst,
int objIndex,
int propID,
int start,
int elements)
|
byte[] |
ManagementClientImpl.readPropertyDesc(Destination dst,
int objIndex,
int propID,
int propIndex)
|
void |
TransportLayerImpl.sendData(Destination d,
Priority p,
byte[] tsdu)
|
void |
TransportLayer.sendData(Destination d,
Priority p,
byte[] tsdu)
Sends data to the given destination using connection oriented mode. |
void |
ManagementClientImpl.writeKey(Destination dst,
int level,
byte[] key)
|
void |
ManagementClientImpl.writeMemory(Destination dst,
int startAddr,
byte[] data)
|
void |
ManagementClientImpl.writeProperty(Destination dst,
int objIndex,
int propID,
int start,
int elements,
byte[] data)
|