TRfcommRemotePortParams Class Reference
class TRfcommRemotePortParams
|
RF COMM remote port parameters.
Constructor & Destructor Documentation
TRfcommRemotePortParams()
IMPORT_C
|
TRfcommRemotePortParams
|
(
|
)
|
|
Member Functions Documentation
GetBitRate(TBps &)
IMPORT_C
TBool
|
GetBitRate
|
(
|
TBps
&
|
aBitRate
|
)
|
const
|
GetDataBits(TDataBits &)
IMPORT_C
TBool
|
GetDataBits
|
(
|
TDataBits
&
|
aDataBits
|
)
|
const
|
GetFlowCtrl(TUint8 &)
IMPORT_C
TBool
|
GetFlowCtrl
|
(
|
TUint8
&
|
aFlowCtrl
|
)
|
const
|
GetParity(TParity &)
IMPORT_C
TBool
|
GetParity
|
(
|
TParity
&
|
aParity
|
)
|
const
|
GetStopBit(TStopBits &)
IMPORT_C
TBool
|
GetStopBit
|
(
|
TStopBits
&
|
aStopBit
|
)
|
const
|
GetXOffChar(TUint8 &)
IMPORT_C
TBool
|
GetXOffChar
|
(
|
TUint8
&
|
aXOffChar
|
)
|
const
|
IsValid()
IMPORT_C
TUint8
|
IsValid
|
(
|
)
|
const
|
SetBitRate(TBps)
IMPORT_C
TInt
|
SetBitRate
|
(
|
TBps
|
aBitRate
|
)
|
|
SetDataBits(TDataBits)
IMPORT_C
TInt
|
SetDataBits
|
(
|
TDataBits
|
aDataBits
|
)
|
|
SetParity(TParity)
IMPORT_C
TInt
|
SetParity
|
(
|
TParity
|
aParity
|
)
|
|
SetStopBit(TStopBits)
IMPORT_C
TInt
|
SetStopBit
|
(
|
TStopBits
|
aStopBit
|
)
|
|
UpdateFlowCtrlBit(TUint8, TRPNFlowCtrlMask)
IMPORT_C void
|
UpdateFlowCtrlBit
|
(
|
TUint8
|
aFlowCtrl,
|
|
TRPNFlowCtrlMask
|
aFCMask
|
|
)
|
|
Constructor Set the flow control bit specified by aFCMask to the same value it has in aFlowCtrl
Parameters
TUint8
aFlowCtrl
|
Flow control specifier.
|
TRPNFlowCtrlMask
aFCMask
|
Flow control mask.
|
UpdateFromRPNTransaction(const TRfcommRPNTransaction &)
Parameters
const
TRfcommRPNTransaction
& 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)
Parameters
TUint16
aParamMask
|
The parameter mask specifing what to change.
|
TUint8
aFlowCtrl
|
Flow control information specifing new values.
|
Member Data Documentation
TDataBits
iDataBits
TDataBits
|
iDataBits
|
[private]
|
TParity
iParity
TParity
|
iParity
|
[private]
|
TStopBits
iStopBit
TStopBits
|
iStopBit
|
[private]
|
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.