STextAPISettings Structure

This structure defines settings for Text API communication for neoVI Fire devices.

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;

Remarks

Structure Elements

Item
Description

Sets or Reads the Arbitration ID for Sending Text API commands

Sets or Reads the Arbitration ID for Sending Receiving API commands

Sets the length of the Arbitration ID’s. Set to 1 for Extended and 0 for Standard

Bitfield telling which netowrk to support Text API. One one can be enabled at a time.

Not used

Last updated