|
CLC_ErrorCode | Pipe_IsReadyToSend (CPHOBJECT const hPipe, CPBOOLEAN *const pfIsReady) |
| Check if the Pipe is ready to send. More...
|
|
CLC_ErrorCode | Pipe_Send (CPHOBJECT const hPipe, CPHOOKEDOBJECT const hMessage, CPBOOLEAN const fFlush) |
| Send a message with flush control, allowing multipart messages. More...
|
|
CLC_ErrorCode | Pipe_Flush (CPHOBJECT const hPipe) |
| Send pending messages. More...
|
|
CLC_ErrorCode | Pipe_Signal (CPHOBJECT const hPipe, CPUINT16 const wSignalNumber, CPUINT16 const wOptionalData0, CPUINT16 const wOptionalData1, CPUINT16 const wOptionalData2, CPUINT16 const wOptionalData3, CPCHAR8 const *const utf8OptionalData, CPENDPOINT const *const pOptionalEndPoint) |
| Send a multicast signal directed to all devices present in the peer set. More...
|
|
CLC_ErrorCode | Pipe_SendModifierMessage (CPHOBJECT const hPipe, CPMODIFIERMSG const *const pMessageData, CPBOOLEAN const fFlush) |
| Send a modifier message. For performance, this function does not wait for a response. More...
|
|
CLC_ErrorCode | Pipe_SendEventMessage (CPHOBJECT const hPipe, CPEVENTMSG const *const pMessageData, CPBOOLEAN const fFlush) |
| Send a event message. For performance, this function does not wait for a response. More...
|
|
CLC_ErrorCode | Pipe_SendSelectorMessage (CPHOBJECT const hPipe, CPSELECTORMSG const *const pMessageData, CPBOOLEAN const fFlush) |
| Send an event message. For performance, this function does not wait for a response. More...
|
|
CLC_ErrorCode | Pipe_SendTextMessage (CPHOBJECT const hPipe, CPTEXTMSG const *const pMessageData, CPBOOLEAN const fFlush) |
| Send a text message. For performance, this function does not wait for a response. More...
|
|
CLC_ErrorCode | Pipe_DataConsumed (CPHOBJECT const hPipe) |
| Tells the sources that incoming SysEx or DataTransfer message has been processed. If this command is not used, the sender wait for 500ms before sending next SysEx or DataTransferMessage. More...
|
|
List of all Pipe functions.