ICC-4c C# SDK
|
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.IEccSnapshotManager.LoadSnapshot | ( | int | snapshotNumber | ) |
Load concrete snapshot.
Implemented in ICC4cPwmSdk.Device.Ecc1cSdkDeviceController.
int ICC4cPwmSdk.Device.IEccSnapshotManager.ReadNumberOfAvailableSnapshots | ( | ) |
Number of available snapshot slots, read-only.
Implemented in ICC4cPwmSdk.Device.Ecc1cSdkDeviceController.
int ICC4cPwmSdk.Device.IEccSnapshotManager.ReadSnapshotManagerErrorRegisterId | ( | ) |
ID of register which caused the last snapshot error.
Implemented in ICC4cPwmSdk.Device.Ecc1cSdkDeviceController.
int ICC4cPwmSdk.Device.IEccSnapshotManager.ReadSnapshotManagerErrorSystemId | ( | ) |
ID of system which caused the last snapshot error.
Implemented in ICC4cPwmSdk.Device.Ecc1cSdkDeviceController.
int ICC4cPwmSdk.Device.IEccSnapshotManager.ReadSnapshotManagerErrorValue | ( | ) |
ID of value which caused the last snapshot error.
Implemented in ICC4cPwmSdk.Device.Ecc1cSdkDeviceController.
int ICC4cPwmSdk.Device.IEccSnapshotManager.ReadStartupSnapshotNumber | ( | ) |
Snapshot to load on system startup.
Implemented in ICC4cPwmSdk.Device.Ecc1cSdkDeviceController.
bool ICC4cPwmSdk.Device.IEccSnapshotManager.SaveSnapshot | ( | int | snapshotNumber | ) |
Save concrete snapshot.
Implemented in ICC4cPwmSdk.Device.Ecc1cSdkDeviceController.
bool ICC4cPwmSdk.Device.IEccSnapshotManager.WriteStartupSnapshotNumber | ( | int | snapshotNumber | ) |
Snapshot to load on system startup.
Implemented in ICC4cPwmSdk.Device.Ecc1cSdkDeviceController.