The ExdScreenConfigurationMessage class represents a FIT ExdScreenConfigurationMessage 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 ExdScreenConfigurationMessage class represents a FIT ExdScreenConfigurationMessage data message.
- See also
- DataMessage
◆ ExdScreenConfigurationMessage()
ExdScreenConfigurationMessage::ExdScreenConfigurationMessage |
( |
| ) |
|
◆ fieldCount()
quint8 ExdScreenConfigurationMessage::fieldCount |
( |
| ) |
const |
Returns the ExdScreenConfigurationMessage data message's fieldCount
field's current value.
number of fields in screen
- Returns
- the
fieldCount
field value.
◆ layout()
ExdLayout ExdScreenConfigurationMessage::layout |
( |
| ) |
const |
◆ screenEnabled()
bool ExdScreenConfigurationMessage::screenEnabled |
( |
| ) |
const |
◆ screenIndex()
quint8 ExdScreenConfigurationMessage::screenIndex |
( |
| ) |
const |
◆ setFieldCount()
void ExdScreenConfigurationMessage::setFieldCount |
( |
const quint8 |
fieldCount | ) |
|
Sets the fieldCount
field to fieldCount.
- Parameters
-
fieldCount | The field value to set. |
◆ setLayout()
void ExdScreenConfigurationMessage::setLayout |
( |
const ExdLayout |
layout | ) |
|
Sets the layout
field to layout.
- Parameters
-
layout | The field value to set. |
◆ setScreenEnabled()
void ExdScreenConfigurationMessage::setScreenEnabled |
( |
const bool |
screenEnabled | ) |
|
Sets the screenEnabled
field to screenEnabled.
- Parameters
-
screenEnabled | The field value to set. |
◆ setScreenIndex()
void ExdScreenConfigurationMessage::setScreenIndex |
( |
const quint8 |
screenIndex | ) |
|
Sets the screenIndex
field to screenIndex.
- Parameters
-
screenIndex | The field value to set. |
The documentation for this class was generated from the following files: