Searched defs:recipientChannel (Results 1 – 2 of 2) sorted by relevance
355 bool LMEConnection::ChannelOpenReplaySuccess(UINT32 recipientChannel, in ChannelOpenReplaySuccess()377 bool LMEConnection::ChannelOpenReplayFailure(UINT32 recipientChannel, in ChannelOpenReplayFailure()399 bool LMEConnection::ChannelClose(UINT32 recipientChannel) in ChannelClose()417 int LMEConnection::ChannelData(UINT32 recipientChannel, in ChannelData()441 bool LMEConnection::ChannelWindowAdjust(UINT32 recipientChannel, UINT32 len) in ChannelWindowAdjust()
65 …bool SetRecipientChannel(unsigned int recipientChannel) { _recipientChannel = recipientChannel; re… in SetRecipientChannel()