STextAPISettings Structure
typedef struct _STextAPISettings
{
unsigned int can1_tx_id;
unsigned int can1_rx_id;
unsigned int can1_options;// Set to 1 for Extended, 0 for standard
unsigned int can2_tx_id;
unsigned int can2_rx_id;
unsigned int can2_options; // Set to 1 for Extended, 0 for standard
unsigned int network_enables;
unsigned int can3_tx_id3;
unsigned int can3_rx_id3;
unsigned int can3_options; // Set to 1 for Extended, 0 for standard
unsigned int can4_tx_id4;
unsigned int can4_rx_id4;
unsigned int can4_options; // Set to 1 for Extended, 0 for standard
int Reserved0;
int Reserved1;
int Reserved2;
int Reserved3;
int Reserved4;
}STextAPISettings;Item
Description
Last updated