Bit_String_T

Contains the optional bit string information of the Facsimile Telephone Number syntax.

Service:NDS
Defined In:nwdsattr.h and nwdsattr.inc

Structure

C

  typedef struct 
  { 
     nuint32   numOfBits ; 
     pnuint8   data ; 
  } Bit_String_T;
  

Defined In

  Bit_String_T = Record 
        numOfBits : nuint32; 
        data : pnuint8 
   End;
  

Fields

numOfBits

Specifies the number of bits in the data that are used.

data

Points to the data, formatted according to Recommendation T.30.