Adaptive Framework
0.9.0
|
Modules | |
afw_connection | |
Data Structures | |
struct | afw_connection_s |
Interface afw_connection public struct. More... | |
struct | afw_connection_inf_s |
Interface afw_connection_inf_s struct. More... | |
Macros | |
#define | AFW_CONNECTION_INTERFACE_NAME "afw_connection" |
define for interface afw_connection name. | |
#define | afw_connection_release(instance, xctx) |
Call method release of interface afw_connection. More... | |
Typedefs | |
typedef void(* | afw_connection_release_t) (const afw_connection_t *instance, afw_xctx_t *xctx) |
Adaptive Framework connection. This has not yet been developed.
#define afw_connection_release | ( | instance, | |
xctx | |||
) |
Call method release of interface afw_connection.
instance | Pointer to this adaptive request instance. |
xctx | This is the caller's xctx. |
Definition at line 4040 of file afw_interface.h.
typedef void(* afw_connection_release_t) (const afw_connection_t *instance, afw_xctx_t *xctx) |
Definition at line 4024 of file afw_interface.h.