|
void SendHeartbeat |
( |
string const & |
_source, |
|
|
uint32 const |
_interval, |
|
|
string const & |
_version |
|
) |
[protected, virtual] |
|
|
Sends an xPL heartbeat message.
- Parameters:
-
| _source | the full vendor-device.instance name of this application. |
| _interval | the time between heartbeats in minutes. The value must be between 5 and 9 inclusive. |
| _version | version number of the application. |
Implements xplComms. |
|