onboardapi  9.10.0
by Rheinmetall
M_Alert::ReportThreatLog Struct Reference

Report an Alert for a detected Threat. More...

Public Member Functions

 ReportThreatLog ()
 
 ReportThreatLog (M_Alert::AlertIdType const &KeyThreatId, M_Alert::ThreatLogType const &Threat, bool IsRemoved)
 

Public Attributes

M_Alert::AlertIdType KeyThreatId
 Identifies the Threat Alert log entry. More...
 
M_Alert::ThreatLogType Threat
 The Threat Alert log entry data. More...
 
bool IsRemoved
 Indicates if the Threat Alert has been removed from the log. More...
 

Detailed Description

Report an Alert for a detected Threat.

Constructor & Destructor Documentation

◆ ReportThreatLog() [1/2]

M_Alert::ReportThreatLog::ReportThreatLog ( )

◆ ReportThreatLog() [2/2]

M_Alert::ReportThreatLog::ReportThreatLog ( M_Alert::AlertIdType const &  KeyThreatId,
M_Alert::ThreatLogType const &  Threat,
bool  IsRemoved 
)

Member Data Documentation

◆ IsRemoved

bool M_Alert::ReportThreatLog::IsRemoved

Indicates if the Threat Alert has been removed from the log.

◆ KeyThreatId

M_Alert::AlertIdType M_Alert::ReportThreatLog::KeyThreatId

Identifies the Threat Alert log entry.

◆ Threat

M_Alert::ThreatLogType M_Alert::ReportThreatLog::Threat

The Threat Alert log entry data.