NXTLightSensor 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 Light sensor
public class NXTLightSensor : Iot.Device.BrickPi3.Sensors.ISensor, System.ComponentModel.INotifyPropertyChanged
type NXTLightSensor = class
interface INotifyPropertyChanged
interface ISensor
Public Class NXTLightSensor
Implements INotifyPropertyChanged, ISensor
- Inheritance
-
NXTLightSensor
- Implements
NXTLight |
Initialize a NXT Light Sensor |
NXTLight |
Initialize a NXT Light Sensor |
NXTLight |
Initialize a NXT Light Sensor |
Cut |
This is used to change the level which indicate if the sensor is on something dark or clear |
Light |
Light mode |
Period |
Period to refresh the notification of property changed in milliseconds |
Port |
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 modes supported |
Read |
Reads data from the sensor and coverts it to string |
Read |
Reads raw data 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 |