|
NAMExs_msg_data - retrieve pointer to message contentSYNOPSISvoid *xs_msg_data (xs_msg_t *msg);DESCRIPTIONThe xs_msg_data() function shall return a pointer to the message content of the message object referenced by msg.Caution Never access xs_msg_t members directly, instead always use the xs_msg family of functions. RETURN VALUEUpon successful completion, xs_msg_data() shall return a pointer to the message content.ERRORSNo errors are defined.SEE ALSOxs_msg_size(3) xs_msg_init(3) xs_msg_init_size(3) xs_msg_init_data(3) xs_msg_close(3) xs(7)AUTHORSThe Crossroads documentation was written by Martin Sustrik <sustrik@250bpm.com[1]> and Martin Lucina <martin@lucina.net[2]>.NOTES
mailto:sustrik@250bpm.com
mailto:martin@lucina.net
Visit the GSP FreeBSD Man Page Interface. |