AgIsoStack++
A control-function-focused implementation of the major ISOBUS and J1939 protocols
Loading...
Searching...
No Matches
Public Attributes | List of all members
isobus::VirtualTerminalClientStateTracker::ChangeAttributeCommand Struct Reference

Data structure to hold the properties of a change attribute command. More...

Public Attributes

std::uint32_t value
 Holds the value to change the attribute to.
 
std::uint16_t objectId
 Holds the id of to be changed object.
 
std::uint8_t attribute
 Holds the id of the attribute to be changed of the specified object.
 

Detailed Description

Data structure to hold the properties of a change attribute command.

Definition at line 169 of file isobus_virtual_terminal_client_state_tracker.hpp.

Member Data Documentation

◆ attribute

std::uint8_t isobus::VirtualTerminalClientStateTracker::ChangeAttributeCommand::attribute

Holds the id of the attribute to be changed of the specified object.

Definition at line 173 of file isobus_virtual_terminal_client_state_tracker.hpp.

◆ objectId

std::uint16_t isobus::VirtualTerminalClientStateTracker::ChangeAttributeCommand::objectId

Holds the id of to be changed object.

Definition at line 172 of file isobus_virtual_terminal_client_state_tracker.hpp.

◆ value

std::uint32_t isobus::VirtualTerminalClientStateTracker::ChangeAttributeCommand::value

Holds the value to change the attribute to.

Definition at line 171 of file isobus_virtual_terminal_client_state_tracker.hpp.


The documentation for this struct was generated from the following file: