![]() |
C# SDK documentation for ICC-4c, ICC-1c and ECC-1c controllers
|
Public Member Functions | |
int | ReadNumberOfAvailableSnapshots () |
Number of available snapshot slots, read-only. | |
int | ReadSnapshotManagerErrorValue () |
ID of value which caused the last snapshot error. | |
int | ReadSnapshotManagerErrorSystemId () |
ID of system which caused the last snapshot error. | |
int | ReadSnapshotManagerErrorRegisterId () |
ID of register which caused the last snapshot error. | |
int | ReadStartupSnapshotNumber () |
Snapshot to load on system startup. | |
bool | WriteStartupSnapshotNumber (int snapshotNumber) |
Snapshot to load on system startup. | |
bool | LoadSnapshot (int snapshotNumber) |
Load concrete snapshot. | |
bool | SaveSnapshot (int snapshotNumber) |
Save concrete snapshot. | |
bool ICC4cPwmSdk.Device.ISnapshotManager.LoadSnapshot | ( | int | snapshotNumber | ) |
Load concrete snapshot.
Implemented in ICC4cPwmSdk.Device.ICC4cPwmSdkDeviceController.
int ICC4cPwmSdk.Device.ISnapshotManager.ReadNumberOfAvailableSnapshots | ( | ) |
Number of available snapshot slots, read-only.
Implemented in ICC4cPwmSdk.Device.ICC4cPwmSdkDeviceController.
int ICC4cPwmSdk.Device.ISnapshotManager.ReadSnapshotManagerErrorRegisterId | ( | ) |
ID of register which caused the last snapshot error.
Implemented in ICC4cPwmSdk.Device.ICC4cPwmSdkDeviceController.
int ICC4cPwmSdk.Device.ISnapshotManager.ReadSnapshotManagerErrorSystemId | ( | ) |
ID of system which caused the last snapshot error.
Implemented in ICC4cPwmSdk.Device.ICC4cPwmSdkDeviceController.
int ICC4cPwmSdk.Device.ISnapshotManager.ReadSnapshotManagerErrorValue | ( | ) |
ID of value which caused the last snapshot error.
Implemented in ICC4cPwmSdk.Device.ICC4cPwmSdkDeviceController.
int ICC4cPwmSdk.Device.ISnapshotManager.ReadStartupSnapshotNumber | ( | ) |
Snapshot to load on system startup.
Implemented in ICC4cPwmSdk.Device.ICC4cPwmSdkDeviceController.
bool ICC4cPwmSdk.Device.ISnapshotManager.SaveSnapshot | ( | int | snapshotNumber | ) |
Save concrete snapshot.
Implemented in ICC4cPwmSdk.Device.ICC4cPwmSdkDeviceController.
bool ICC4cPwmSdk.Device.ISnapshotManager.WriteStartupSnapshotNumber | ( | int | snapshotNumber | ) |
Snapshot to load on system startup.
Implemented in ICC4cPwmSdk.Device.ICC4cPwmSdkDeviceController.