RTI Connext C API Version 7.6.0
DDS_InvalidLocalAdvanceNoticeStatus Struct Reference

DDS_INVALID_LOCAL_ADVANCE_NOTICE_STATUS More...

Data Fields

struct DDS_Time_t expiration_time
 The time when the local artifact will expire. More...
 
DDS_UnsignedLong expiration_code
 The reason (a numeric code) for the local artifact to expire. More...
 
const char * expiration_message
 A descriptive message for the DDS_InvalidLocalAdvanceNoticeStatus::expiration_code code. More...
 

Detailed Description

DDS_INVALID_LOCAL_ADVANCE_NOTICE_STATUS

Currently, this status is only triggered when enabling the RTI Security Plugins. Please refer to the RTI Security Plugins User's Manual for more information.

Field Documentation

◆ expiration_time

struct DDS_Time_t DDS_InvalidLocalAdvanceNoticeStatus::expiration_time

The time when the local artifact will expire.

◆ expiration_code

DDS_UnsignedLong DDS_InvalidLocalAdvanceNoticeStatus::expiration_code

The reason (a numeric code) for the local artifact to expire.

◆ expiration_message

const char* DDS_InvalidLocalAdvanceNoticeStatus::expiration_message

A descriptive message for the DDS_InvalidLocalAdvanceNoticeStatus::expiration_code code.