Properties of message
Refer to Messages chapter for detailed description.
Property Name
Allowed type / value
DSL Version
Required
Default Value
Description
description
string
1
no
Human readable description of the message.
displayName
string
1
no
Name of the message to display. If empty, the code generator must use value of property name instead.
deprecated
1
no
max unsigned
Version of the protocol in which message was deprecated. Must be greater than value of sinceVersion.
sender
"both", "client", "server"
1
no
both
Endpoint that sends the message.
customizable
1
no
false
Mark the message to allow compile time customization regardless of code generator's level of customization.
Extra child XML elements allowed:
XML Element
DSL Version
Description
<fields>
1
Wraps member fields.
Last updated
Was this helpful?