Optional message framing and deframing interface.
More...
|
| struct | ct_framer_impl_t |
| | Opaque handle representing a framer layer, wrapping or unwrapping sent/received messages. More...
|
| |
Optional message framing and deframing interface.
◆ ct_framer_done_decoding_callback
Callback invoked by framer when message decoding is complete.
- Parameters
-
| [in] | connection | The connection |
| [in] | decoded_message | The decoded message |
| [in] | context | Message context |
Definition at line 1272 of file ctaps.h.
◆ ct_framer_done_encoding_callback
Callback invoked by framer when message encoding is complete.
- Parameters
-
| [in] | connection | The connection |
| [in] | encoded_message | The encoded message ready for transmission |
| [in] | context | Message context |
- Returns
- 0 on success, negative error code on failure
Definition at line 1260 of file ctaps.h.