Interface IFileThing
Namespace: DelsysAPI.DelsysDevices
Assembly: DelsysAPI.dll
Syntax
public interface IFileThing
Methods
SaveBytes(Byte[], String)
Declaration
void SaveBytes(byte[] data, string checksum)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Byte[] | data | |
| System.String | checksum |
SaveBytes(Byte[,])
Declaration
void SaveBytes(byte[, ] data)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Byte[,] | data |
SaveFile(String)
Declaration
void SaveFile(string path)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | path |