Relay Class

Definition

Relay module

public class Relay : Iot.Device.GrovePiDevice.Sensors.DigitalOutput
type Relay = class
    inherit DigitalOutput
Public Class Relay
Inherits DigitalOutput
Inheritance

Constructors

Relay(GrovePi, GrovePort)

Relay constructor

Relay(GrovePi, GrovePort, Boolean)

Relay constructor

Properties

IsInverted

If inverted, the relay is on when output is low and off when output is high

IsOn

True when the relay is on

SensorName

Get the name Relay

Value

Get/set the state of the relay, 0 for off, 1 for on. Wehn set, anything not 0 will be considered as on

Methods

Off()

Switch off the relay

On()

Switch on the relay

ToString()

Get "On" when relay if on and "Off" when relay is off

Applies to