BALTECH Docs
C API for BALTECH SDK
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
§
brp_create()
BRP_LIB
brp_protocol
brp_create
(
void
)
This is equivalent to the following call:
brp_protocol
composite_prot =
brp_create_composite
();
brp_protocol
brp_prot =
brp_create_brp
();
brp_add_layer
(composite_prot,
BRP_LAYERID_IO
);
brp_set_layer
(composite_prot,
BRP_LAYERID_BRP
, brp_prot);
brp_add_layer
(composite_prot,
BRP_LAYERID_CRYPTO
);