ICC-4c C# SDK
|
Public Member Functions | |
void | SetBytes (int index, byte[] inputBytes) |
Sets EEPROM bytes of the product. | |
byte[] | GetBytes (int index, int length) |
Returns EEPROM bytes of the product. | |
int | GetEepromVersion () |
Returns EEPROM version. | |
int | GetEepromSubVersion () |
Returns EEPROM subversion. | |
int | GetPartConfiguration () |
Returns part configuration value. | |
int | GetPartConfigurationVersion () |
Returns part configuration version value. | |
float | GetMaxPositiveCurrent () |
Returns max positive current. | |
float | GetMaxNegativeCurrent () |
Returns max negative current. | |
int | GetOqcResult () |
Returns OQC result of the device. | |
uint | GetProductionTimeStamp () |
Returns production time stamp of the device. | |
void | LockDeviceEepromWriting () |
Locks device EEPROM writing. | |
void | UnlockDeviceEepromWriting () |
Unlocks device EEPROM writing. | |
void | ReparseDeviceEeprom () |
Reparse device EEPROM. | |
int | GetDeviceEepromSize () |
Returns EEPROM size of the device. | |
byte[] ICC4cPwmSdk.Device.IEccDeviceEeprom.GetBytes | ( | int | index, |
int | length ) |
Returns EEPROM bytes of the product.
index | Index of the start |
length | Amount of Get bytes |
Implemented in ICC4cPwmSdk.Device.Ecc1cSdkDeviceController.
int ICC4cPwmSdk.Device.IEccDeviceEeprom.GetDeviceEepromSize | ( | ) |
Returns EEPROM size of the device.
Implemented in ICC4cPwmSdk.Device.Ecc1cSdkDeviceController.
int ICC4cPwmSdk.Device.IEccDeviceEeprom.GetEepromSubVersion | ( | ) |
int ICC4cPwmSdk.Device.IEccDeviceEeprom.GetEepromVersion | ( | ) |
float ICC4cPwmSdk.Device.IEccDeviceEeprom.GetMaxNegativeCurrent | ( | ) |
float ICC4cPwmSdk.Device.IEccDeviceEeprom.GetMaxPositiveCurrent | ( | ) |
int ICC4cPwmSdk.Device.IEccDeviceEeprom.GetOqcResult | ( | ) |
Returns OQC result of the device.
Implemented in ICC4cPwmSdk.Device.Ecc1cSdkDeviceController.
int ICC4cPwmSdk.Device.IEccDeviceEeprom.GetPartConfiguration | ( | ) |
Returns part configuration value.
Implemented in ICC4cPwmSdk.Device.Ecc1cSdkDeviceController.
int ICC4cPwmSdk.Device.IEccDeviceEeprom.GetPartConfigurationVersion | ( | ) |
Returns part configuration version value.
Implemented in ICC4cPwmSdk.Device.Ecc1cSdkDeviceController.
uint ICC4cPwmSdk.Device.IEccDeviceEeprom.GetProductionTimeStamp | ( | ) |
Returns production time stamp of the device.
Implemented in ICC4cPwmSdk.Device.Ecc1cSdkDeviceController.
void ICC4cPwmSdk.Device.IEccDeviceEeprom.LockDeviceEepromWriting | ( | ) |
void ICC4cPwmSdk.Device.IEccDeviceEeprom.ReparseDeviceEeprom | ( | ) |
void ICC4cPwmSdk.Device.IEccDeviceEeprom.SetBytes | ( | 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.Ecc1cSdkDeviceController.
void ICC4cPwmSdk.Device.IEccDeviceEeprom.UnlockDeviceEepromWriting | ( | ) |