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 ) |
The Sequence class stores attributes of a Bluetooth Data Element Sequence.
Constructs a new empty sequence.
Constructs a new sequence that is a copy of list .