CHAI SDK
Version 1.3
|
Signals are short messages that can be exchanged outside the standard application messaging system. They do not require Input, Output or Pipe and can be sent in unicast mode (to a specific target), multicast mode (to a set of targets) or in broadcast mode (to everybody in the network).
They are used to report simple events such as status change, emergency commands, etc...
Signals can be sent from:
They are identified by a number (CPNS::Enums::Signals) and organized in categories.
Some signals can be sent by applications to the CopperLan engine (e.g. CPNS::Enums::SIG_LearningCancel).