Data structure for notifications from the NotificationLogger  
 More...
#include <StoredNotification.hpp>
 | 
| 
static size_t  | GetFieldCount (void) | 
|   | 
| static size_t  | GetFieldCount (void) | 
|   | Returns the count of fields of the struct type More...
  | 
|   | 
Data structure for notifications from the NotificationLogger 
 
◆ Deserialize()
  
  
      
        
          | void Arp::Services::NotificationLogger::Services::StoredNotification::Deserialize  | 
          ( | 
          RscReader &  | 
          reader | ) | 
           | 
         
       
   | 
  
inlineoverridevirtual   | 
  
 
 
◆ Serialize()
  
  
      
        
          | void Arp::Services::NotificationLogger::Services::StoredNotification::Serialize  | 
          ( | 
          RscWriter &  | 
          writer | ) | 
           const | 
         
       
   | 
  
inlineoverridevirtual   | 
  
 
 
◆ Archive
      
        
          | RscString<512> Arp::Services::NotificationLogger::Services::StoredNotification::Archive | 
        
      
 
name of the archive the notification was retreived from. If the same notification was stored in multiple archives this field contains a comma separated list of the archives 
 
 
◆ Id
      
        
          | uint64 Arp::Services::NotificationLogger::Services::StoredNotification::Id = 0 | 
        
      
 
 
◆ NotificationName
      
        
          | RscString<512> Arp::Services::NotificationLogger::Services::StoredNotification::NotificationName | 
        
      
 
 
◆ Payload
      
        
          | std::vector<RscString<512> > Arp::Services::NotificationLogger::Services::StoredNotification::Payload | 
        
      
 
 
◆ PayloadXml
      
        
          | std::vector<RscString<512> > Arp::Services::NotificationLogger::Services::StoredNotification::PayloadXml | 
        
      
 
 
◆ SenderName
      
        
          | RscString<512> Arp::Services::NotificationLogger::Services::StoredNotification::SenderName | 
        
      
 
 
◆ Severity
      
        
          | RscString<512> Arp::Services::NotificationLogger::Services::StoredNotification::Severity | 
        
      
 
 
◆ TimeStamp
      
        
          | RscString<512> Arp::Services::NotificationLogger::Services::StoredNotification::TimeStamp | 
        
      
 
timestamp when the notification was sent 
 
 
The documentation for this struct was generated from the following file: