Unosquare
    Show / Hide Table of Contents

    Enum FileModeFlags

    Enumerates the different file acces modes.

    Namespace: Unosquare.PiGpio.NativeEnums
    Syntax
    [Flags]
    public enum FileModeFlags

    Fields

    Name Description
    Append

    The append mode flag

    Create

    The create mode flag

    Read

    The read mode flag

    Truncate

    The truncate mode flag

    Write

    The write mode flag

    Comments

    Back to top Copyright © 2017-2019 Unosquare