Unosquare
    Show / Hide Table of Contents

    Enum SeekMode

    Defines the different file seek modes.

    Namespace: Unosquare.PiGpio.NativeEnums
    Syntax
    public enum SeekMode

    Fields

    Name Description
    FromCurrent

    From the current file position

    FromEnd

    From the end position (backwards)

    FromStart

    From the start of the file

    Comments

    Back to top Copyright © 2017-2019 Unosquare