How to create and report from a device in your plugin.
More...
How to create and report from a device in your plugin.
§ registerMessageType() [1/2]
Register or recall a message type by name.
- Parameters
-
ctx | The plugin registration context received by your entry point function. |
name | A unique name for the message type. The library makes a copy of this string. |
- Exceptions
-
std::runtime_error | if message type registration fails |
§ registerMessageType() [2/2]
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.