BSL v1.0.0 - 16.g9d98179
AMMOS Bundle Protocol Security Library (BSL)
Loading...
Searching...
No Matches
BSL_SecurityResponseSet_t Struct Reference

Contains the results and outcomes after performing the security operations. More...

#include <SecurityResultSet.h>

+ Collaboration diagram for BSL_SecurityResponseSet_t:

Data Fields

BSL_SecResultSet_ResultCodes_t results
 This maps to the Security Action sec_op_list, and contains the result code of that security operation.
 
BSL_SecResultSet_ErrorActionCodes_t err_action_codes
 
size_t total_operations
 
size_t failure_count
 

Detailed Description

Contains the results and outcomes after performing the security operations.

Forward declaration of BSL_SecurityResponseSet_s, which contains information for BSL and the host BPA to process the Bundle.

Note
This struct is still in-concept

Field Documentation

◆ err_action_codes

BSL_SecResultSet_ErrorActionCodes_t BSL_SecurityResponseSet_t::err_action_codes

◆ failure_count

size_t BSL_SecurityResponseSet_t::failure_count

◆ results

BSL_SecResultSet_ResultCodes_t BSL_SecurityResponseSet_t::results

This maps to the Security Action sec_op_list, and contains the result code of that security operation.

◆ total_operations

size_t BSL_SecurityResponseSet_t::total_operations

The documentation for this struct was generated from the following file: