Method |
Description |
|
AddEvent ( Type evType, object ev ) : bool |
|
|
ContextFree ( ) : bool |
|
|
ContextShutdown ( ) : bool |
|
|
GetEvents ( Type evType ) : ArrayList |
|
|
OnHalDeviceAdded ( IntPtr ctx, IntPtr udiPtr ) : void |
|
|
OnHalDeviceCondition ( IntPtr ctx, IntPtr udiPtr, IntPtr namePtr, IntPtr detailsPtr ) : void |
|
|
OnHalDeviceLostCapability ( IntPtr ctx, IntPtr udiPtr, IntPtr capPtr ) : void |
|
|
OnHalDeviceNewCapability ( IntPtr ctx, IntPtr udiPtr, IntPtr capPtr ) : void |
|
|
OnHalDevicePropertyModified ( IntPtr ctx, IntPtr udiPtr, IntPtr keyPtr, bool isRemoved, bool isAdded ) : void |
|
|
OnHalDeviceRemoved ( IntPtr ctx, IntPtr udiPtr ) : void |
|
|
RemoveEvent ( Type evType, object ev ) : void |
|
|