ParsecClientSendExtraData
ParsecStatusParsecClientSendExtraData(Parsec *ps,uint32_tid,const void *ed,size_tsize)
Send extra binary data to the host.
Parameters
Direction | Name | Description |
---|---|---|
in | ps | Parsec instance returned by ParsecInit . |
in | id | Controller instance identifier. |
in | ed | The bytes of the extra data. |
in | size | The size of the extra data. |
Returns
PARSEC_OK
if the message was sent successfully, otherwise a ParsecStatus
error value.