Unosquare
    Show / Hide Table of Contents

    Enum DigitalValue

    Enumerates the digital values. Equivalent to True and False.

    Namespace: Unosquare.PiGpio.NativeEnums
    Syntax
    public enum DigitalValue

    Fields

    Name Description
    False

    The low value; low voltage or logical 0 (false)

    True

    The high value; high voltage or logical 1 (true)

    Comments

    Back to top Copyright © 2017-2019 Unosquare