I have code from another developer that allows me to interface with a server to get configuration data.  I have compiled the C code into a .SO on my Linux system without error - but in writing my LabVIEW CLFN, I am unsure what to do with a Union Pointer to pass the data.   The function in the C file: void getValue(int so, CharacteristicHandle ch, Value *v) {     long longValue;     unsigned long ulongValue;     double doubleValue;     char * c_ptr = 0;     long msgT