Sequence Class

(QBluetoothServiceInfo::Sequence)

The Sequence class stores attributes of a Bluetooth Data Element Sequence. 更多...

头文件: #include <Sequence>
qmake: QT += bluetooth
开始支持版本: Qt 5.2
基类: QList

公有函数

Sequence()
Sequence(const QList<QVariant> &list)
  • 78 个公有函数继承自 QList

其他继承的成员

  • 3 个静态公有成员继承自 QList

详细描述

The Sequence class stores attributes of a Bluetooth Data Element Sequence.

成员函数

Sequence::Sequence()

Constructs a new empty sequence.

Sequence::Sequence(const QList<QVariant> &list)

Constructs a new sequence that is a copy of list.