TwiceAsNice
2019-02-18
|
Functions | |
void | IDSetText (const ITextVectorProperty *t, const char *msg,...) |
Tell client to update an existing text vector property. More... | |
void | IDSetNumber (const INumberVectorProperty *n, const char *msg,...) |
Tell client to update an existing number vector property. More... | |
void | IDSetSwitch (const ISwitchVectorProperty *s, const char *msg,...) |
Tell client to update an existing switch vector property. More... | |
void | IDSetLight (const ILightVectorProperty *l, const char *msg,...) |
Tell client to update an existing light vector property. More... | |
void | IDSetBLOB (const IBLOBVectorProperty *b, const char *msg,...) |
Tell client to update an existing BLOB vector property. More... | |
void IDSetBLOB | ( | const IBLOBVectorProperty * | b, |
const char * | msg, | ||
... | |||
) |
Tell client to update an existing BLOB vector property.
b | pointer to the vector BLOB property. |
msg | message in printf style to send to the client. May be NULL. |
void IDSetLight | ( | const ILightVectorProperty * | l, |
const char * | msg, | ||
... | |||
) |
Tell client to update an existing light vector property.
l | pointer to the vector light property. |
msg | message in printf style to send to the client. May be NULL. |
void IDSetNumber | ( | const INumberVectorProperty * | n, |
const char * | msg, | ||
... | |||
) |
Tell client to update an existing number vector property.
n | pointer to the vector number property. |
msg | message in printf style to send to the client. May be NULL. |
void IDSetSwitch | ( | const ISwitchVectorProperty * | s, |
const char * | msg, | ||
... | |||
) |
Tell client to update an existing switch vector property.
s | pointer to the vector switch property. |
msg | message in printf style to send to the client. May be NULL. |
void IDSetText | ( | const ITextVectorProperty * | t, |
const char * | msg, | ||
... | |||
) |
Tell client to update an existing text vector property.
t | pointer to the vector text property. |
msg | message in printf style to send to the client. May be NULL. |