Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <bt_sock.h>
Link against: bluetooth.lib

Class TBTSyncBandwidth

class TBTSyncBandwidth;

Description

A pair of transmit and receive bandwidths for use on synchronous Bluetooth links

Members

Defined in TBTSyncBandwidth:


Construction and destruction


TBTSyncBandwidth()

IMPORT_C TBTSyncBandwidth();

Description


TBTSyncBandwidth(TUint)

IMPORT_C TBTSyncBandwidth(TUint aBandwidth);

Description

Parameters

TUint aBandwidth

[Top]


Member data


iTransmit

TUint32 iTransmit;

Description


iReceive

TUint32 iReceive;

Description