|
libiec61850
1.2.0
|
#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 |
| uint8_t* AcseAuthenticationParameter::buf |
| struct { ... } AcseAuthenticationParameter::certificate |
| int AcseAuthenticationParameter::length |
| AcseAuthenticationMechanism AcseAuthenticationParameter::mechanism |
| uint8_t* AcseAuthenticationParameter::octetString |
| struct { ... } AcseAuthenticationParameter::password |
| int AcseAuthenticationParameter::passwordLength |
| union { ... } AcseAuthenticationParameter::value |
1.8.11