|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use CRI | |
|---|---|
| tuwien.auto.calimero.knxnetip.servicetype | Contains service types used by KNXnet/IP protocols. |
| tuwien.auto.calimero.knxnetip.util | Structures used in KNXnet/IP service types. |
| Uses of CRI in tuwien.auto.calimero.knxnetip.servicetype |
|---|
| Methods in tuwien.auto.calimero.knxnetip.servicetype that return CRI | |
|---|---|
CRI |
ConnectRequest.getCRI()
Returns the connect request information used in the request. |
| Constructors in tuwien.auto.calimero.knxnetip.servicetype with parameters of type CRI | |
|---|---|
ConnectRequest(CRI requestInfo,
HPAI ctrlEndpoint,
HPAI dataEndpoint)
Creates a connect request with the specific information of the CRI, and the endpoint information of the client. |
|
ConnectRequest(CRI requestInfo,
int localPort)
Creates a connect request for UDP communication, done on the specified local port and the system default local host. |
|
| Uses of CRI in tuwien.auto.calimero.knxnetip.util |
|---|
| Subclasses of CRI in tuwien.auto.calimero.knxnetip.util | |
|---|---|
class |
TunnelCRI
Connection request information used for KNX tunneling connection. |
| Methods in tuwien.auto.calimero.knxnetip.util that return CRI | |
|---|---|
static CRI |
CRI.createRequest(byte[] data,
int offset)
Creates a new CRI out of a byte array. |
static CRI |
CRI.createRequest(short connectionType,
byte[] optionalData)
Creates a CRI for the given connection type. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||