#include <icy/interface.h>Subclassed by:
PacketTransaction< Message >,PacketTransaction< PacketT >
Abstract interface for classes that can be sent and cancelled.
| Return | Name | Description |
|---|---|---|
bool | send | Initiates the send operation. |
void | cancel | Cancels a pending send operation. |
bool send()Initiates the send operation.
true if the send was dispatched successfully, false otherwise.
void cancel()Cancels a pending send operation.