onboardapi  9.10.0
by Rheinmetall
M_ScanCtrl::ReportStoredScanPattern Struct Reference

Report the scan pattern. More...

Public Member Functions

 ReportStoredScanPattern ()
 
 ReportStoredScanPattern (std::string const &KeyPatternName, M_ScanCtrl::ScanPatternType const &ScanPattern, bool IsRemoved)
 

Public Attributes

std::string KeyPatternName
 Identifies the scan pattern. More...
 
M_ScanCtrl::ScanPatternType ScanPattern
 Scan pattern. More...
 
bool IsRemoved
 

Detailed Description

Report the scan pattern.

Constructor & Destructor Documentation

◆ ReportStoredScanPattern() [1/2]

M_ScanCtrl::ReportStoredScanPattern::ReportStoredScanPattern ( )

◆ ReportStoredScanPattern() [2/2]

M_ScanCtrl::ReportStoredScanPattern::ReportStoredScanPattern ( std::string const &  KeyPatternName,
M_ScanCtrl::ScanPatternType const &  ScanPattern,
bool  IsRemoved 
)

Member Data Documentation

◆ IsRemoved

bool M_ScanCtrl::ReportStoredScanPattern::IsRemoved

Indicates if the scan pattern is no longer available. Note: This will always be set to true when a service has been shut down. After this has been set to true, the scan pattern will no longer be available to late joiners.

◆ KeyPatternName

std::string M_ScanCtrl::ReportStoredScanPattern::KeyPatternName

Identifies the scan pattern.

◆ ScanPattern

M_ScanCtrl::ScanPatternType M_ScanCtrl::ReportStoredScanPattern::ScanPattern

Scan pattern.