TwiceAsNice
2019-02-18
|
Functions | |
void | IDMessage (const char *dev, const char *msg,...) |
Function Drivers call to send log messages to Clients. More... | |
void | IDDelete (const char *dev, const char *name, const char *msg,...) |
Function Drivers call to inform Clients a Property is no longer available, or the entire device is gone if name is NULL. More... | |
void | IDLog (const char *msg,...) |
Function Drivers call to log a message locally. More... | |
Function Drivers call to inform Clients a Property is no longer available, or the entire device is gone if name is NULL.
dev | device name. If device name is NULL, the entire device will be deleted. |
name | property name to be deleted. |
msg | message in printf style to send to the client. |
void IDLog | ( | const char * | msg, |
... | |||
) |
Function Drivers call to log a message locally.
The message is not sent to any Clients.
msg | message in printf style to send to the client. |