Constructor.
Namespace:
OnixS.SimpleBinaryEncoding.Templates
Assembly:
OnixS.SimpleBinaryEncoding-net-4.7 (in OnixS.SimpleBinaryEncoding-net-4.7.dll) Version: 2.3.1.0 (2.3.1.0)
Syntaxpublic MessageInfo(
ushort id,
string name
)
Parameters
- id
- Type: System.UInt16
Message (template) id. - name
- Type: System.String
Message name.
See Also