msajtransport.h header

This header is used by AllJoyn API. For more information, see:

msajtransport.h contains the following programming interfaces:

Functions

 
AllJoynCloseBusHandle

Closes the Named Pipe handle.
AllJoynConnectToBus

Opens the AllJoyn Router Node Service named pipe, and sets it to PIPE_NOWAIT.
AllJoynEnumEvents

Provides AllJoyn transport functionality similar to the TCP socket WSAEnumNetworkEvents functionality.
AllJoynEventSelect

Provides AllJoyn transport functionality similar to the TCP socket WSAEventSelect functionality.
AllJoynReceiveFromBus

Receives data from the bus via named pipe.
AllJoynSendToBus

Sends data to the bus via named pipe. The caller of this API is responsible to check if the bytesTransferred is less than the requested bytes and call this API again to resend the rest of the data.