medcrypt::guardian::utilities::ProvisionOnlineFiles
Last updated
This is the storage for online provisioning files in StartProvisioningOnline().
Requirements:
All const char* inputs should be set to the beginning of the loaded buffer.
All size_t inputs should be set to the size of the data loaded in the buffer.
Usage:
This structure is used with StartProvisioningOnline() to provide the provision request for online processing.
Include:
#include <ProvisionOnlineFiles.h>Syntax:
struct medcrypt::guardian::utilities::ProvisionOnlineFiles;ProvisionRequest: Provision request file buffer
ProvisionRequestSize: Provision request file buffer size
Description: Provision request file buffer.
Type: const char*
Usage: Input
Syntax:
Description: Provision request file buffer size.
Type: size_t
Usage: Input
Syntax:
Guardian class: Uses ProvisionOnlineFiles in StartProvisioningOnline().
ProvisionFiles struct: File structure used to generate the provision request
InitializeFiles struct - Similar file structure used for initialization
Guardian does not create log files. Instead, logging is controlled by the application:
Guardian logs to stdout and stderr, which appear in the terminal/CLI of the running application during execution. Look for specific error codes or connection failures in the output.
Custom logging: Use SetLoggingCallback to redirect log messages to a callback function, stopping terminal output and allowing custom log handling
Log control: Applications can control log level and verbosity.
Guardian Cloud UI: Check the Guardian Cloud interface for additional error details and provisioning status.
Last updated
const char * ProvisionRequest;size_t ProvisionRequestSize;