struct tad_send_template_data

Overview

Per-template data of the TAD Sender. More…

#include <tad_send.h>

struct tad_send_template_data {
    // fields

    asn_value* nds;
    unsigned int n_units;
    tad_send_tmpl_unit_data* units;
};

Detailed Documentation

Per-template data of the TAD Sender.

Fields

asn_value* nds

ASN.1 value with traffic template

unsigned int n_units

Number of units in the template

tad_send_tmpl_unit_data* units

Array with per-unit unit data