kstars
ISnoop Functions: Functions drivers call to snoop on other drivers.
Enumerations | |
| enum | BLOBHandling { B_NEVER = 0, B_ALSO, B_ONLY } |
Functions | |
| void | IDSnoopBLOBs (const char *snooped_device, BLOBHandling bh) |
| void | IDSnoopDevice (const char *snooped_device, char *snooped_property) |
Enumeration Type Documentation
| enum BLOBHandling |
How drivers handle BLOBs incoming from snooping drivers.
- Enumerator:
-
B_NEVER Never receive BLOBs B_ALSO Receive BLOBs along with normal messages B_ONLY ONLY receive BLOBs from drivers, ignore all other traffic
Definition at line 293 of file indidevapi.h.
Function Documentation
| void IDSnoopBLOBs | ( | const char * | snooped_device, | |
| BLOBHandling | bh | |||
| ) |
Function a Driver calls to control whether they will receive BLOBs from snooped devices.
- Parameters:
-
snooped_device_name name of the device to snoop. bh How drivers handle BLOBs incoming from snooping drivers.
| void IDSnoopDevice | ( | const char * | snooped_device, | |
| char * | snooped_property | |||
| ) |
Function a Driver calls to snoop on another Device.
Snooped messages will then arrive via ISSnoopDevice.
- Parameters:
-
snooped_device name of the device to snoop. snooped_property name of the snooped property in the device.
KDE 4.2 API Reference