![]() |
Aranya
a software development tool for governing access to data and services over a decentralized, zero-trust framework with secure end-to-end encrypted data exchange built-in.
|
A type containing the AQC channel variant. More...
#include <aranya-client.h>
Related Symbols | |
(Note that these are not member symbols.) | |
AranyaError | aranya_aqc_peer_channel_cleanup (struct AranyaAqcPeerChannel *ptr) |
Releases any resources associated with ptr . | |
AranyaError | aranya_aqc_peer_channel_cleanup_ext (struct AranyaAqcPeerChannel *ptr, struct AranyaExtError *__ext_err) |
Releases any resources associated with ptr . | |
A type containing the AQC channel variant.
Note that this data is only valid after a successful call to try_receive_channel
, and is invalidated after calling get_bidi_channel
/get_receive_channel
.
|
related |
Releases any resources associated with ptr
.
ptr
must either be null or initialized by ::aranya_aqc_peer_channel_init
.
|
related |
Releases any resources associated with ptr
.
ptr
must either be null or initialized by ::aranya_aqc_peer_channel_init
.