Guardtime Parameter and Task Handling SDK libparamset
Data Fields
PARAM_ATR_st Struct Reference

#include <parameter.h>

Data Fields

char * name
 
char * alias
 
char * cstr_value
 
char * source
 
int priority
 
int formatStatus
 
int contentStatus
 

Detailed Description

Object to be used with function PARAM_SET_getAtr to get details about parameter value.

Field Documentation

◆ alias

char* PARAM_ATR_st::alias

Alias.

◆ contentStatus

int PARAM_ATR_st::contentStatus

Content status.

◆ cstr_value

char* PARAM_ATR_st::cstr_value

C-string value.

◆ formatStatus

int PARAM_ATR_st::formatStatus

Format status.

◆ name

char* PARAM_ATR_st::name

Name.

◆ priority

int PARAM_ATR_st::priority

Priority level constraint.

◆ source

char* PARAM_ATR_st::source

Optional C-string source description, e.g. file, environment.


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