NXTUltraSonicSensor Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create a NXT Utrasonic sensor
public class NXTUltraSonicSensor : Iot.Device.BrickPi3.Sensors.ISensor, System.ComponentModel.INotifyPropertyChanged
type NXTUltraSonicSensor = class
interface INotifyPropertyChanged
interface ISensor
Public Class NXTUltraSonicSensor
Implements INotifyPropertyChanged, ISensor
- Inheritance
-
NXTUltraSonicSensor
- Implements
NXTUltra |
Initialize a NXT Ultrasonic sensor |
NXTUltra |
Initialize a NXT Ultrasonic sensor |
NXTUltra |
Initialize a NXT Ultrasonic sensor |
Mode |
Gets or sets the sonar mode. |
Period |
Period to refresh the notification of property changed in milliseconds |
Port |
Gets sensor port |
Value |
Return the raw value of the sensor |
Value |
Return the raw value as a string of the sensor |
Get |
Gets sensor name |
Number |
Number of supported modes |
Read |
Reads distance as string |
Read |
Read the distance in either centiinches or centimeter |
Read |
The raw value from the sensor |
Selected |
Selected mode |
Select |
Moves to next mode |
Select |
Moves to previous mode |
Update |
Update the sensor and this will raised an event on the interface |
Property |
To notify a property has changed. The minimum time can be set up with timeout property |
Product | Versions |
---|---|
.NET IoT Libraries | 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0, 2.0.0, 2.1.0, 2.2.0 |