ACI_Connection_Params

Top  Previous  Next

typedef struct tagACI_Connection_Params

{

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

 LPVOID ConnectionId;        // ACI_SetConnection(): (in), ACI_GetConnection(): (out)

                             // Connection identifier

} ACI_Connection_Params;

 

ConnectionId

An identifier of the connection with a particular device programmer. This is an abstract parameter that means nothing for the ACI user.

 

 

See also: ACI_SetConnection, ACI_GetConnection.