Skip to main content

The members of the ecdata_value struct are as follows:

struct _ecdata_value {
  unsigned char type;
  union _ecdata_value_v {
    int intval;
    const char *strval;
  } v;
  unsigned long len;
  const char *charset;
};

To use this struct, include the file modules/datasource/ecdatasource.h.

Typedef

See Also

Was this page helpful?