TRfcommRemotePortParams Class Reference
Link against: bluetooth.lib
| class TRfcommRemotePortParams |
Detailed Description
RF COMM remote port parameters.
Constructor & Destructor Documentation
TRfcommRemotePortParams ( )
| IMPORT_C | TRfcommRemotePortParams | ( | ) | |
Member Function Documentation
GetBitRate ( TBps & )
| IMPORT_C TBool | GetBitRate | ( | TBps & | aBitRate | ) | const |
GetDataBits ( TDataBits & )
GetStopBit ( TStopBits & )
SetDataBits ( TDataBits )
UpdateFlowCtrlBit ( TUint8, TRPNFlowCtrlMask )
Constructor Set the flow control bit specified by aFCMask to the same value it has in aFlowCtrl
| Parameter | Description | | aFlowCtrl | Flow control specifier. |
| aFCMask | Flow control mask. |
UpdateFromRPNTransaction ( const TRfcommRPNTransaction & )
| Parameter | Description | | aRPNTransaction | The internal values are updated according to the values held in this attribute. |
UpdateWholeFlowCtrl ( TUint16, TUint8 )
| IMPORT_C void | UpdateWholeFlowCtrl | ( | TUint16 | aParamMask, |
| | TUint8 | aFlowCtrl |
| | ) | |
Used to update flow control with relevant bits from aFlowCtrl (as specified by aParamsMask)
| Parameter | Description | | aParamMask | The parameter mask specifing what to change. |
| aFlowCtrl | Flow control information specifing new values. |