Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: bt_sock.h

RFCOMM commands

Support

Supported from 6.1

Description

Identifiers for RFCOMM commands.

These commands can be issued by ioctl (RSocket::Ioctl()) calls to a RFCOMM socket. They have a level parameter (aLevel in RSocket::Ioctl()) of KSolBtRFCOMM.

For more information on RFCOMM commands, see [BS1].

See also:


KRFCOMMModemStatusCmdIoctl

const static TInt KRFCOMMModemStatusCmdIoctl

Description

Modem Status Command (MSC).

The ioctl takes a TUint8 parameter, representing the modem signal octet, as defined in [TS07], packaged in a TPckgBuf<TUint8>.

[Top]


KRFCOMMRemoteLineStatusCmdIoctl

const static TInt KRFCOMMRemoteLineStatusCmdIoctl

Description

Remote Line Status (RLS) Command.

The ioctl takes a TUint8 parameter, representing the remote line status octet, as defined in [TS07], packaged in a TPckgBuf<TUint8>.

[Top]


KRFCOMMRemotePortNegCmdIoctl

const static TInt KRFCOMMRemotePortNegCmdIoctl

Description

Remote Port Negotiation (RPN) Command.

The ioctl takes a TRfcommRPNTransaction parameter, packaged in a TPckgBuf<TRfcommRPNTransaction>.

See also:

[Top]


KRFCOMMRemotePortNegRequestIoctl

const static TInt KRFCOMMRemotePortNegRequestIoctl

Description

Remote Port Negotiation (RPN) Request.

The ioctl takes a TRfcommRPNTransaction parameter, packaged in a TPckgBuf<TRfcommRPNTransaction>.

See also: