libtase2  2.4.0
TASE.2/ICCP Protocol Source Code Library for C/C++
Loading...
Searching...
No Matches
AcseAuthenticationParameter Struct Reference

#include <iso_connection_parameters.h>

Data Fields

AcseAuthenticationMechanism mechanism
 
union { 
 
   struct { 
 
      uint8_t *   octetString 
 
      int   passwordLength 
 
   }   password 
 
   struct { 
 
      uint8_t *   buf 
 
      int   length 
 
   }   certificate 
 
value 
 

Field Documentation

◆ buf

uint8_t* AcseAuthenticationParameter::buf

◆ [struct]

struct { ... } AcseAuthenticationParameter::certificate

◆ length

int AcseAuthenticationParameter::length

◆ mechanism

AcseAuthenticationMechanism AcseAuthenticationParameter::mechanism

◆ octetString

uint8_t* AcseAuthenticationParameter::octetString

◆ [struct]

struct { ... } AcseAuthenticationParameter::password

◆ passwordLength

int AcseAuthenticationParameter::passwordLength

◆ [union]

union { ... } AcseAuthenticationParameter::value

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