Parsec

ParsecClientSendExtraData

ParsecStatusParsecClientSendExtraData(Parsec *
ps,
uint32_t
id,
const void *
ed,
size_t
size
)

Send extra binary data to the host.

Parameters

DirectionNameDescription
inpsParsec instance returned by ParsecInit.
inidController instance identifier.
inedThe bytes of the extra data.
insizeThe size of the extra data.

Returns

PARSEC_OK if the message was sent successfully, otherwise a ParsecStatus error value.