# Functions
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Structs
Router contains all the Redfish / Swordfish API calls for the Event Service.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
MessageId is an encoding of the Message Registry (Registry Prefix), Message Version, and Message Identifer The format is [Registry Prefix].[Major Version].[Minor Version].[Message Identifier]
Example: With a MessageId of "Alert.1.0.LanDisconnect" The segment before the 1st period is the Message Registry Prefix: "Alert" The segment between the 1st and 3rd period is the Registry Version: "1.0" The segment between the 1st and 2nd period is the Major Version: "1" The segment between the 2nd and 3rd period is the Minor Version: "0" The segment after the 3rd period is the Message Identifier in the Registry: "LanDisconnect"
.