EV3TouchSensor Class

Definition

Create e EV3 Touch sensor

public class EV3TouchSensor : Iot.Device.BrickPi3.Sensors.ISensor, System.ComponentModel.INotifyPropertyChanged
type EV3TouchSensor = class
    interface INotifyPropertyChanged
    interface ISensor
Public Class EV3TouchSensor
Implements INotifyPropertyChanged, ISensor
Inheritance
EV3TouchSensor
Implements

Constructors

EV3TouchSensor(Brick, SensorPort)

Initialise an EV3 Touch sensor

EV3TouchSensor(Brick, SensorPort, Int32)

Initialize an EV3 Touch Sensor

Properties

PeriodRefresh

Period to refresh the notification of property changed in milliseconds

Port

Return port

Value

Return the raw value of the sensor

ValueAsString

Return the raw value as a string of the sensor

Methods

GetSensorName()

Gets sensor name

IsPressed()

Determines whether the touch sensor is pressed.

NumberOfModes()

Number of modes supported

ReadAsString()

Reads the sensor value as a string.

ReadRaw()

Reads the raw sensor value

SelectedMode()

Selected mode

SelectNextMode()

Moves to next mode

SelectPreviousMode()

Moves to previous mode

UpdateSensor(Object)

Update the sensor and this will raised an event on the interface

Events

PropertyChanged

To notify a property has changed. The minimum time can be set up with timeout property

Applies to