Hi, everyone
I have a idl defined like this:
struct StdEntity
{
boolean valid; //@Optional
char id[20];
long type[100]; //@Optional
double val[1500];
};
the member valid and val does not transfer every time, so i want known that how to set and get value for these optional members.
thanks for any help