[Home] [Back] [Up] [<<] [>>]

DpidField

The name of the field that is not blank if a DPID has been appended to this address, ie. it has a barcode.
This is often the "Dpid" or "Barcode37" field.

See Barcode or DPID field.
This field name must already exist; ie. first set the field names, then set this property.

Syntax

int reportGetDpidField(char *s);

int reportPutDpidField(const char *sFieldName);

Syntax description

spointer to the buffer to receive the field name. This buffer should be at least MAX_FIELD_NAME + 1 characters in length. If no field has been specified, then s will set to an empty string
sFieldNamenull-terminated string specifying the field name.
Return values

The Get function returns zero.
The Put function returns zero on success, and an error if the field doesn’t exist.