System |
public class SystemAPI : Spice3API
The SystemAPI type exposes the following members.
| Name | Description | |
|---|---|---|
| GetCardSerialNumber | Gets the SP-ICE-3 Card's Serial Number (from the EEPROM). | |
| GetConfig | Gets the current configuration from the card. | |
| GetConnectionLimit | Returns the maximum number of simultaneous connections from different IP addresses (different client computers). | |
| GetFirmwareProductVersion | Gets the Firmware Image Product Version of the currently running Image. | |
| GetFirmwareVersion | Gets the Firmware Image Version of the currently running Image. | |
| GetFpgaVersion | Gets the FPGA Version of the currently running Firmware Image. | |
| GetOperatingState | triggered by a ScannerMonitoring error. | |
| GetOSVersion | Gets the Operating System Version of the currently running Firmware Image. | |
| GetSupportedTimeZones | List of all timezones supported by the SP-ICE-3 card. | |
| GetTime | Gets the (date-and-)time from the card using the configured timezone. | |
| GetUniversalTime | Gets the system (date-and-)time from the card as UTC. | |
| LoadConfig | Loads the current configuration from the card's local storage. | |
| ResetOperatingState | Clears the error state that has been triggered by a ScannerMonitoring error. | |
| ResetToDefaults | Resets all Process Variables and Configurations to their default values. | |
| SetConfig | Sets the current configuration on the card. | |
| SetSystemTime | Sets the system (date-and-)time on the card. | |
| StoreConfig | Stores the current configuration in the card's local storage for later (re-)loading. |