|
| TouchlinkRequest () |
| Constructor.
|
|
| TouchlinkRequest (const TouchlinkRequest &other) |
| Copy constructor.
|
|
TouchlinkRequest & | operator= (const TouchlinkRequest &other) |
| Copy assignment operator.
|
|
| ~TouchlinkRequest () |
| Deconstructor.
|
|
Address & | dstAddress () |
| Returns the modifiable destination address.
|
|
const Address & | dstAddress () const |
| Returns the const destination address.
|
|
ApsAddressMode | dstAddressMode () const |
| Returns the destination address mode.
|
|
void | setDstAddressMode (ApsAddressMode mode) |
| Sets the destination address mode.
|
|
uint8_t | channel () const |
| Returns the logical channel.
|
|
void | setChannel (uint8_t channel) |
| Sets the logical channel.
|
|
uint16_t | panId () const |
| Returns the PANID.
|
|
void | setPanId (uint16_t panId) |
| Sets the PANID.
|
|
uint16_t | profileId () const |
| Returns the profile identifier.
|
|
void | setProfileId (uint16_t profileId) |
| Sets the profile identifier.
|
|
uint16_t | clusterId () const |
| Returns the cluster identifier.
|
|
void | setClusterId (uint16_t clusterId) |
| Sets the cluster identifier.
|
|
bool | writeToStream (QDataStream &stream) const |
| Writes the request to the stream.
|
|
const QByteArray & | asdu () const |
| Returns the const ASDU payload.
|
|
QByteArray & | asdu () |
| Returns the writeable ASDU payload.
|
|
void | setAsdu (const QByteArray &asdu) |
| Sets the ASDU payload.
|
|
Base class for all touchlink requests.