Sequence Class

( QBluetoothServiceInfo::Sequence )

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

头: #include <Sequence>
qmake: QT += bluetooth
Since: Qt 5.2
继承: QList

公共函数

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

额外继承成员

  • 3 static public members inherited from 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 .