![]() |
C# SDK documentation for ICC-4c, ICC-1c and ECC-1c controllers
|
Public Member Functions | |
void | SetBytes (EChannel channel, int index, byte[] inputBytes) |
Sets EEPROM bytes of the product. | |
byte[] | GetBytes (EChannel channel, int index, int length) |
Returns EEPROM bytes of the product. | |
int | GetEepromVersion (EChannel channel) |
Returns EEPROM version. | |
int | GetEepromSubVersion (EChannel channel) |
Returns EEPROM subversion. | |
int | GetPartConfiguration (EChannel channel) |
Returns part configuration value. | |
int | GetPartConfigurationVersion (EChannel channel) |
Returns part configuration version value. | |
float | GetMaxPositiveCurrent (EChannel channel) |
Returns max positive current. | |
float | GetMaxNegativeCurrent (EChannel channel) |
Returns max negative current. | |
int | GetOqcResult (EChannel channel) |
Returns OQC result of the device. | |
uint | GetProductionTimeStamp (EChannel channel) |
Returns production time stamp of the device. | |
void | LockDeviceEepromWriting (EChannel channel) |
Locks device EEPROM writing. | |
void | UnlockDeviceEepromWriting (EChannel channel) |
Unlocks device EEPROM writing. | |
void | ReparseDeviceEeprom (EChannel channel) |
Reparse device EEPROM. | |
int | GetDeviceEepromSize (EChannel channel) |
Returns EEPROM size of the device. | |
byte[] ICC4cPwmSdk.Device.IDeviceEeprom.GetBytes | ( | EChannel | channel, |
int | index, | ||
int | length ) |
Returns EEPROM bytes of the product.
index | Index of the start |
length | Amount of Get bytes |
Implemented in ICC4cPwmSdk.Device.ICC4cPwmSdkDeviceController.
int ICC4cPwmSdk.Device.IDeviceEeprom.GetDeviceEepromSize | ( | EChannel | channel | ) |
Returns EEPROM size of the device.
Implemented in ICC4cPwmSdk.Device.ICC4cPwmSdkDeviceController.
int ICC4cPwmSdk.Device.IDeviceEeprom.GetEepromSubVersion | ( | EChannel | channel | ) |
int ICC4cPwmSdk.Device.IDeviceEeprom.GetEepromVersion | ( | EChannel | channel | ) |
float ICC4cPwmSdk.Device.IDeviceEeprom.GetMaxNegativeCurrent | ( | EChannel | channel | ) |
Returns max negative current.
Implemented in ICC4cPwmSdk.Device.ICC4cPwmSdkDeviceController.
float ICC4cPwmSdk.Device.IDeviceEeprom.GetMaxPositiveCurrent | ( | EChannel | channel | ) |
Returns max positive current.
Implemented in ICC4cPwmSdk.Device.ICC4cPwmSdkDeviceController.
int ICC4cPwmSdk.Device.IDeviceEeprom.GetOqcResult | ( | EChannel | channel | ) |
Returns OQC result of the device.
Implemented in ICC4cPwmSdk.Device.ICC4cPwmSdkDeviceController.
int ICC4cPwmSdk.Device.IDeviceEeprom.GetPartConfiguration | ( | EChannel | channel | ) |
Returns part configuration value.
Implemented in ICC4cPwmSdk.Device.ICC4cPwmSdkDeviceController.
int ICC4cPwmSdk.Device.IDeviceEeprom.GetPartConfigurationVersion | ( | EChannel | channel | ) |
Returns part configuration version value.
Implemented in ICC4cPwmSdk.Device.ICC4cPwmSdkDeviceController.
uint ICC4cPwmSdk.Device.IDeviceEeprom.GetProductionTimeStamp | ( | EChannel | channel | ) |
Returns production time stamp of the device.
Implemented in ICC4cPwmSdk.Device.ICC4cPwmSdkDeviceController.
void ICC4cPwmSdk.Device.IDeviceEeprom.LockDeviceEepromWriting | ( | EChannel | channel | ) |
void ICC4cPwmSdk.Device.IDeviceEeprom.ReparseDeviceEeprom | ( | EChannel | channel | ) |
void ICC4cPwmSdk.Device.IDeviceEeprom.SetBytes | ( | EChannel | channel, |
int | index, | ||
byte[] | inputBytes ) |
Sets EEPROM bytes of the product.
index | Index of the start |
inputBytes | Bytes to be set |
channel |
Implemented in ICC4cPwmSdk.Device.ICC4cPwmSdkDeviceController.
void ICC4cPwmSdk.Device.IDeviceEeprom.UnlockDeviceEepromWriting | ( | EChannel | channel | ) |
Unlocks device EEPROM writing.
Implemented in ICC4cPwmSdk.Device.ICC4cPwmSdkDeviceController.