|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use KNXnetIPConnection.BlockingMode | |
|---|---|
| tuwien.auto.calimero.knxnetip | KNXnet/IP protocols for tunneling, device management and routing. |
| Uses of KNXnetIPConnection.BlockingMode in tuwien.auto.calimero.knxnetip |
|---|
| Fields in tuwien.auto.calimero.knxnetip declared as KNXnetIPConnection.BlockingMode | |
|---|---|
static KNXnetIPConnection.BlockingMode |
KNXnetIPConnection.NONBLOCKING
Send mode without any blocking for a response. |
static KNXnetIPConnection.BlockingMode |
KNXnetIPConnection.WAIT_FOR_ACK
Send mode with waiting for acknowledge response. |
static KNXnetIPConnection.BlockingMode |
KNXnetIPConnection.WAIT_FOR_CON
Send mode with waiting for cEMI confirmation response. |
| Methods in tuwien.auto.calimero.knxnetip with parameters of type KNXnetIPConnection.BlockingMode | |
|---|---|
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. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||