OpenTTCN/2.56.0/ANSI C SDK library reference/TRI data/BinaryString

From OpenTTCN

Jump to: navigation, search

BinaryString

typedef struct BinaryString
{
    unsigned char* data;
    long int bits;
    void* aux;
}
BinaryString;

Fields

data

   

Encoded buffer.

bits

   

Number of effective bits in the data field.

aux

   

Reserved.

Remarks

The data field does not have to be null-terminated.

Data may contain null characters which do not necessarily indicate end of data.

The bits field shall be used if it is necessary to find out the actual size of data array.

Requirements

Header

<tri/tri.h>

Compatibility

ETSI ES 201 873-5 (TRI), OpenTTCN ANSI C SDK 2.x and higher

Views
Personal tools