CatapultServer
v0.5.0.1 (Elephant)
|
Notifies the arrival of an entity. More...
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... | |
Notifies the arrival of an entity.
|
inline |
Creates an entity notification around networkIdentifier, entityVersion, minVersion and maxVersion.
uint8_t catapult::model::EntityNotification::EntityVersion |
Entity version.
uint8_t catapult::model::EntityNotification::MaxVersion |
Maximum supported version.
uint8_t catapult::model::EntityNotification::MinVersion |
Minimum supported version.
model::NetworkIdentifier catapult::model::EntityNotification::NetworkIdentifier |
Network identifier.
|
staticconstexpr |
Matching notification type.