Click or drag to resize
FileStorage Class
Class with methods to use internal flash storage space.
Inheritance Hierarchy
SystemObject
  Eclo.NETMF.SIM800HFileStorage

Namespace: Eclo.NETMF.SIM800H
Assembly: Eclo.NETMF.SIM800H (in Eclo.NETMF.SIM800H.dll) Version: 1.1.97.0 (1.1.97.0)
Syntax
C#
public class FileStorage : IDisposable

The FileStorage type exposes the following members.

Methods
  NameDescription
Public methodCreateFile
Create an empty file in the file storage
Public methodDeleteFile
Deletes a file from the file storage
Public methodDispose
Releases all resources used by the FileStorage
Public methodEquals (Inherited from Object.)
Public methodGetAvailableStorage
Returns available storage space.
Public methodGetFileSize
Returns the file size in bytes.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodReadFile
Read a file from the file storage
Public methodToString (Inherited from Object.)
Public methodWriteFile
Writes content to a storage file. Content must be plain string without \r \n chars.
Top
See Also