7.3 IDEV Messages and Their Parameters
char *getDataStringProc(Ptr data, char *delimiter);
Ptr data; In - a pointer to a stored copy of the IDEV's data bufferchar *delimiter; In - a pointer to a string delimiter for the fields
This message passes in a copy of the IDEV's data buffer that was stored by an RT[] action sometime earlier in the experiment. The IDEV should convert this buffer into a string, and pass it back. If the buffer has multiple fields, only the first n fields should be converted, where n is the value returned by the IDEV to the IDEV Manager by the parameter numFieldsToPrint in the IConnect message handler.
A single copy of the string delimiter should be appended after each field except the last, and the contents of delimiter should not appear anywhere within a field.
Generated with CERN WebMaker