GetDefault() public static method

public static GetDefault ( ) : Gyrometer
return Gyrometer
Exemplo n.º 1
0
 private static Sensor GetSensor()
 {
     try
     {
         return(Sensor.GetDefault());
     }
     catch
     {
         return(null);
     }
 }