Method |
Description |
|
ClearAmbientLightInt ( ) : void |
|
|
ClearProximityInt ( ) : void |
|
|
DecodeGesture ( ) : bool |
|
|
DisableGestureSensor ( ) : void |
|
|
DisableLightSensor ( ) : void |
|
|
DisablePower ( ) : bool |
|
|
DisableProximitySensor ( ) : void |
|
|
EnableGestureSensor ( bool interrupts ) : void |
|
|
EnableLightSensor ( bool interrupts ) : void |
|
|
EnablePower ( ) : bool |
|
|
EnableProximitySensor ( bool interrupts ) : void |
|
|
GetAmbientLightGain ( ) : byte |
|
|
GetAmbientLightIntEnable ( ) : byte |
|
|
GetGestureEnterThresh ( ) : byte |
|
|
GetGestureExitThresh ( ) : byte |
|
|
GetGestureGain ( ) : byte |
|
|
GetGestureIntEnable ( ) : byte |
|
|
GetGestureLedDrive ( ) : byte |
|
|
GetGestureMode ( ) : byte |
|
|
GetGestureWaitTime ( ) : byte |
|
|
GetLedBoost ( ) : byte |
|
|
GetLedDrive ( ) : byte |
|
|
GetLightIntHighThreshold ( int &threshold ) : void |
|
|
GetLightIntLowThreshold ( int &threshold ) : void |
|
|
GetMode ( ) : byte |
|
|
GetProxGainCompEnable ( ) : byte |
|
|
GetProxIntHighThresh ( ) : byte |
|
|
GetProxIntLowThresh ( ) : byte |
|
|
GetProxPhotoMask ( ) : byte |
|
|
GetProximityGain ( ) : byte |
|
|
GetProximityIntEnable ( ) : byte |
|
|
GetProximityIntHighThreshold ( byte &threshold ) : bool |
|
|
GetProximityIntLowThreshold ( byte &threshold ) : bool |
|
|
Initialize ( ) : bool |
|
|
IsGestureAvailable ( ) : bool |
|
|
ProcessGestureData ( ) : bool |
|
|
ReadAmbientLight ( ) : int |
|
|
ReadBlueLight ( ) : int |
|
|
ReadDataBlock ( byte reg, int len ) : byte[] |
|
|
ReadDataByte ( byte reg ) : byte |
|
|
ReadGesture ( ) : DirectionDefinitions |
|
|
ReadGreenLight ( ) : int |
|
|
ReadProximity ( ) : byte |
|
|
ReadRedLight ( ) : int |
|
|
ResetGestureParameters ( ) : void |
|
|
SetAmbientLightGain ( byte drive ) : void |
|
|
SetAmbientLightIntEnable ( byte enable ) : void |
|
|
SetGestureEnterThresh ( byte threshold ) : void |
|
|
SetGestureExitThresh ( byte threshold ) : void |
|
|
SetGestureGain ( byte gain ) : void |
|
|
SetGestureIntEnable ( byte enable ) : void |
|
|
SetGestureLedDrive ( byte drive ) : void |
|
|
SetGestureMode ( byte mode ) : void |
|
|
SetGestureWaitTime ( byte time ) : void |
|
|
SetLedBoost ( byte boost ) : void |
|
|
SetLedDrive ( byte drive ) : void |
|
|
SetLightIntHighThreshold ( int threshold ) : void |
|
|
SetLightIntLowThreshold ( int threshold ) : void |
|
|
SetMode ( byte mode, byte enable ) : bool |
|
|
SetProxGainCompEnable ( byte enable ) : void |
|
|
SetProxIntHighThresh ( byte threshold ) : void |
|
|
SetProxIntLowThresh ( byte threshold ) : void |
|
|
SetProxPhotoMask ( byte mask ) : void |
|
|
SetProximityGain ( byte drive ) : void |
|
|
SetProximityIntEnable ( byte enable ) : void |
|
|
SetProximityIntHighThreshold ( byte threshold ) : void |
|
|
SetProximityIntLowThreshold ( byte threshold ) : void |
|
|
WriteDataByte ( byte reg, byte val ) : void |
|
|