The AntChannelIdMessage class represents a FIT AntChannelIdMessage data message.
More...
|
static AbstractDataMessage * | fromData (const DataDefinition *const defn, const QByteArray &record) |
| Constructs the relevant AbstractDataMessage-derived class to parse record according to defn. More...
|
|
The AntChannelIdMessage class represents a FIT AntChannelIdMessage data message.
- See also
- DataMessage
◆ AntChannelIdMessage()
AntChannelIdMessage::AntChannelIdMessage |
( |
| ) |
|
Constructs a AntChannelIdMessage object.
Typically, instances of this class will be returned by FitStreamReader::readNext, but this constructor may be used, along with the relevant setter methods, to create a valid message.
◆ channelNumber()
quint8 AntChannelIdMessage::channelNumber |
( |
| ) |
const |
Returns the AntChannelIdMessage data message's channelNumber
field's current value.
- Returns
- the
channelNumber
field value.
◆ deviceIndex()
Returns the AntChannelIdMessage data message's deviceIndex
field's current value.
- Returns
- the
deviceIndex
field value.
◆ deviceNumber()
quint16z AntChannelIdMessage::deviceNumber |
( |
| ) |
const |
Returns the AntChannelIdMessage data message's deviceNumber
field's current value.
- Returns
- the
deviceNumber
field value.
◆ deviceType()
quint8z AntChannelIdMessage::deviceType |
( |
| ) |
const |
Returns the AntChannelIdMessage data message's deviceType
field's current value.
- Returns
- the
deviceType
field value.
◆ setChannelNumber()
void AntChannelIdMessage::setChannelNumber |
( |
const quint8 |
channelNumber | ) |
|
Sets the channelNumber
field to channelNumber.
- Parameters
-
channelNumber | The field value to set. |
◆ setDeviceIndex()
void AntChannelIdMessage::setDeviceIndex |
( |
const DeviceIndex |
deviceIndex | ) |
|
Sets the deviceIndex
field to deviceIndex.
- Parameters
-
deviceIndex | The field value to set. |
◆ setDeviceNumber()
void AntChannelIdMessage::setDeviceNumber |
( |
const quint16z |
deviceNumber | ) |
|
Sets the deviceNumber
field to deviceNumber.
- Parameters
-
deviceNumber | The field value to set. |
◆ setDeviceType()
void AntChannelIdMessage::setDeviceType |
( |
const quint8z |
deviceType | ) |
|
Sets the deviceType
field to deviceType.
- Parameters
-
deviceType | The field value to set. |
◆ setTransmissionType()
void AntChannelIdMessage::setTransmissionType |
( |
const quint8z |
transmissionType | ) |
|
Sets the transmissionType
field to transmissionType.
- Parameters
-
transmissionType | The field value to set. |
◆ transmissionType()
quint8z AntChannelIdMessage::transmissionType |
( |
| ) |
const |
Returns the AntChannelIdMessage data message's transmissionType
field's current value.
- Returns
- the
transmissionType
field value.
The documentation for this class was generated from the following files: