Uses of Class
tuwien.auto.calimero.knxnetip.KNXConnectionClosedException

Packages that use KNXConnectionClosedException
tuwien.auto.calimero.knxnetip KNXnet/IP protocols for tunneling, device management and routing. 
tuwien.auto.calimero.mgmt Contains KNX property and management services. 
 

Uses of KNXConnectionClosedException in tuwien.auto.calimero.knxnetip
 

Methods in tuwien.auto.calimero.knxnetip that throw KNXConnectionClosedException
 void KNXnetIPTunnel.send(CEMI frame, KNXnetIPConnection.BlockingMode mode)
          Sends a cEMI frame to the remote server communicating with this endpoint.
 void KNXnetIPRouter.send(CEMI frame, KNXnetIPConnection.BlockingMode mode)
          Sends a cEMI frame to the joined multicast group.
 void KNXnetIPDevMgmt.send(CEMI frame, KNXnetIPConnection.BlockingMode mode)
          Sends a cEMI device management frame to the remote server communicating with this endpoint.
 void KNXnetIPConnection.send(CEMI frame, KNXnetIPConnection.BlockingMode mode)
          Sends a cEMI frame to the remote server communicating with this endpoint.
 

Uses of KNXConnectionClosedException in tuwien.auto.calimero.mgmt
 

Methods in tuwien.auto.calimero.mgmt that throw KNXConnectionClosedException
 byte[] KnIPDeviceMgmtAdapter.getDescription(int objIndex, int pid, int propIndex)
           
 byte[] KnIPDeviceMgmtAdapter.getProperty(int objIndex, int pid, int start, int elements)
           
 void KnIPDeviceMgmtAdapter.setProperty(int objIndex, int pid, int start, int elements, byte[] data)