Static Public Attributes | List of all members
ReadMode Class Reference

Options for the read functions. More...

Inherits object.

Static Public Attributes

int ReturnFirstPosition = 0
 Return the position of the first character. More...
 
int ReturnLastPosition = 1
 Return the position of the last character. More...
 

Detailed Description

Options for the read functions.

Member Data Documentation

◆ ReturnFirstPosition

int ReturnFirstPosition = 0
static

Return the position of the first character.

◆ ReturnLastPosition

int ReturnLastPosition = 1
static

Return the position of the last character.