CatapultServer  v0.5.0.1 (Elephant)
catapult::model::EntityNotification Struct Reference

Notifies the arrival of an entity. More...

Inheritance diagram for catapult::model::EntityNotification:
Collaboration diagram for catapult::model::EntityNotification:

Public Member Functions

 EntityNotification (model::NetworkIdentifier networkIdentifier, uint8_t entityVersion, uint8_t minVersion, uint8_t maxVersion)
 Creates an entity notification around networkIdentifier, entityVersion, minVersion and maxVersion. More...
 
- Public Member Functions inherited from catapult::model::Notification
 Notification (NotificationType type, size_t size)
 Creates a new notification with type and size. More...
 

Public Attributes

model::NetworkIdentifier NetworkIdentifier
 Network identifier. More...
 
uint8_t EntityVersion
 Entity version. More...
 
uint8_t MinVersion
 Minimum supported version. More...
 
uint8_t MaxVersion
 Maximum supported version. More...
 
- Public Attributes inherited from catapult::model::Notification
NotificationType Type
 Notification type. More...
 
size_t Size
 Notification size. More...
 

Static Public Attributes

static constexpr auto Notification_Type = Core_Entity_Notification
 Matching notification type. More...
 

Detailed Description

Notifies the arrival of an entity.

Constructor & Destructor Documentation

◆ EntityNotification()

catapult::model::EntityNotification::EntityNotification ( model::NetworkIdentifier  networkIdentifier,
uint8_t  entityVersion,
uint8_t  minVersion,
uint8_t  maxVersion 
)
inline

Creates an entity notification around networkIdentifier, entityVersion, minVersion and maxVersion.

Member Data Documentation

◆ EntityVersion

uint8_t catapult::model::EntityNotification::EntityVersion

Entity version.

◆ MaxVersion

uint8_t catapult::model::EntityNotification::MaxVersion

Maximum supported version.

◆ MinVersion

uint8_t catapult::model::EntityNotification::MinVersion

Minimum supported version.

◆ NetworkIdentifier

model::NetworkIdentifier catapult::model::EntityNotification::NetworkIdentifier

Network identifier.

◆ Notification_Type

constexpr auto catapult::model::EntityNotification::Notification_Type = Core_Entity_Notification
staticconstexpr

Matching notification type.


The documentation for this struct was generated from the following file: