C# Class android.hardware.Sensor

Inheritance: java.lang.Object
Mostra file Open project: JeroMiya/androidmono Class Usage Examples

Public Methods

Method Description
getMaximumRange ( ) : float
getName ( ) : global::java.lang.String
getPower ( ) : float
getResolution ( ) : float
getType ( ) : int
getVendor ( ) : global::java.lang.String
getVersion ( ) : int

Protected Methods

Method Description
Sensor ( global @__env )

Private Methods

Method Description
Sensor ( )

Method Details

Sensor() protected method

protected Sensor ( global @__env )
@__env global

getMaximumRange() public method

public getMaximumRange ( ) : float
return float

getName() public method

public getName ( ) : global::java.lang.String
return global::java.lang.String

getPower() public method

public getPower ( ) : float
return float

getResolution() public method

public getResolution ( ) : float
return float

getType() public method

public getType ( ) : int
return int

getVendor() public method

public getVendor ( ) : global::java.lang.String
return global::java.lang.String

getVersion() public method

public getVersion ( ) : int
return int