C# SDK documentation for ICC-4c, ICC-1c and ECC-1c controllers
Loading...
Searching...
No Matches
ICC4cPwmSdk.Device.ISnapshotManager Interface Reference
Inheritance diagram for ICC4cPwmSdk.Device.ISnapshotManager:
ICC4cPwmSdk.Device.ICC4cPwmSdkDeviceController

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.
 

Member Function Documentation

◆ LoadSnapshot()

bool ICC4cPwmSdk.Device.ISnapshotManager.LoadSnapshot ( int snapshotNumber)

Load concrete snapshot.

Returns
true/false

Implemented in ICC4cPwmSdk.Device.ICC4cPwmSdkDeviceController.

◆ ReadNumberOfAvailableSnapshots()

int ICC4cPwmSdk.Device.ISnapshotManager.ReadNumberOfAvailableSnapshots ( )

Number of available snapshot slots, read-only.

Returns
capacity

Implemented in ICC4cPwmSdk.Device.ICC4cPwmSdkDeviceController.

◆ ReadSnapshotManagerErrorRegisterId()

int ICC4cPwmSdk.Device.ISnapshotManager.ReadSnapshotManagerErrorRegisterId ( )

ID of register which caused the last snapshot error.

Returns
errorRegisterId

Implemented in ICC4cPwmSdk.Device.ICC4cPwmSdkDeviceController.

◆ ReadSnapshotManagerErrorSystemId()

int ICC4cPwmSdk.Device.ISnapshotManager.ReadSnapshotManagerErrorSystemId ( )

ID of system which caused the last snapshot error.

Returns
errorSystemId

Implemented in ICC4cPwmSdk.Device.ICC4cPwmSdkDeviceController.

◆ ReadSnapshotManagerErrorValue()

int ICC4cPwmSdk.Device.ISnapshotManager.ReadSnapshotManagerErrorValue ( )

ID of value which caused the last snapshot error.

Returns
errorValue

Implemented in ICC4cPwmSdk.Device.ICC4cPwmSdkDeviceController.

◆ ReadStartupSnapshotNumber()

int ICC4cPwmSdk.Device.ISnapshotManager.ReadStartupSnapshotNumber ( )

Snapshot to load on system startup.

Returns
snapshotNumber

Implemented in ICC4cPwmSdk.Device.ICC4cPwmSdkDeviceController.

◆ SaveSnapshot()

bool ICC4cPwmSdk.Device.ISnapshotManager.SaveSnapshot ( int snapshotNumber)

Save concrete snapshot.

Returns
true/false

Implemented in ICC4cPwmSdk.Device.ICC4cPwmSdkDeviceController.

◆ WriteStartupSnapshotNumber()

bool ICC4cPwmSdk.Device.ISnapshotManager.WriteStartupSnapshotNumber ( int snapshotNumber)

Snapshot to load on system startup.

Returns
true/false

Implemented in ICC4cPwmSdk.Device.ICC4cPwmSdkDeviceController.


The documentation for this interface was generated from the following file: