ParsecHostSendUserData
ParsecStatusParsecHostSendUserData(Parsec *ps,uint32_tguestID,uint32_tid,const char *text)
Send a user-defined message to a guest.
Parameters
Direction | Name | Description |
---|---|---|
in | ps | Parsec instance returned by ParsecInit . |
in | guestID | id member of ParsecGuest returned by ParsecHostGetGuests . |
in | id | User-defined message ID considered by the client. |
in | text | Null-terminated UTF-8 string. |
Returns
PARSEC_OK
if the message was successfully sent, otherwise a ParsecStatus
error value.