05-30-2009 09:03 AM
05-30-2009 09:10 AM
05-30-2009 09:13 AM
The connection reference is useful in the later part to keep the processing uniform on the server.
To use the flatten string is because it easily cope with arrays.
Thanks.
05-30-2009 09:15 AM - edited 05-30-2009 09:15 AM
05-30-2009 09:26 AM
What the client side see is hex format 14000000 000c5443
50436c69 656e7420 524e2a90 0045.
But seems difficult to explain with the following link.
http://zone.ni.com/reference/en-XX/help/371361E-01/lvconcepts/type_descriptors/
05-30-2009 10:18 AM
Or may you give any details of how to use other method as type caster.
By the way, may I know how to ge the binary string display in format such as A098 8BC7.
Thanks.
05-30-2009 02:15 PM
I know what type descriptors are. What I don't know is what the heck you're doing or why. You have not explained the overall application, nor what data is being transferred or why, and what this C client is supposed to do. The statement "The connection reference is useful in the later part to keep the processing uniform on the server." makes no sense to me. What "later part"? Why does the C code even need the connection reference? That reference is only valid in the LabVIEW environment. I have no idea why you're trying to deal with type descriptors if you're trying to transfer data.
Please start from the beginning and explain what you're doing.