The method vortex_channel_send_msg_and_wait()sends data as a "const char *". How do I send binary data? Shouldn't this method take the data as "const unsigne dchar *"? If not, how do I send a bunch of binary (values of 0-255) bytes?