ACI_Device_Params

Top  Previous  Next

 

typedef struct tagACI_Device_Params

{

 UINT   Size;             // (in)        Size of structure, in bytes

 CHAR   Manufacturer[64]; // (in || out) Device Manufacturer

 CHAR   Name[64];         // (in || out) Device Name

} ACI_Device_Params;

 

Manufacturer

The manufacturer of the device being programmed

Name

The device part number as it is displayed in the programmer's device list

 

See also: ACI_SetDevice, ACI_GetDevice