Serial Fileseek

Fileseek
  1. Fileseek Serial Number

Fileseek Serial Number

Reference : File classseekSeek to a new position in the file, which must be between 0 and the size of the file (inclusive).Syntaxfile.seek(pos)Parametersfile: an instance of the File class (returned by )pos: the position to which to seek ( unsigned long)Returnstrue for success, false for failure ( boolean)See Also.Corrections, suggestions, and new documentation should be posted to the.The text of the Arduino reference is licensed under a. Code samples in the reference are released into the public domain.