![]() | FileStorage Class |
Namespace: Eclo.NETMF.SIM800H
public class FileStorage : IDisposable
The FileStorage type exposes the following members.
Name | Description | |
---|---|---|
![]() | CreateFile |
Create an empty file in the file storage
|
![]() | DeleteFile |
Deletes a file from the file storage
|
![]() | Dispose | Releases all resources used by the FileStorage |
![]() | Equals | (Inherited from Object.) |
![]() | GetAvailableStorage |
Returns available storage space.
|
![]() | GetFileSize |
Returns the file size in bytes.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ReadFile |
Read a file from the file storage
|
![]() | ToString | (Inherited from Object.) |
![]() | WriteFile |
Writes content to a storage file.
Content must be plain string without \r \n chars.
|