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 |