RMM API 2.0.0
Loading...
Searching...
No Matches
RMMResult Struct Reference

Struct to represent the result of an RMM register operation. More...

#include <RMMRegisterAccess.h>

Public Member Functions

 RMMResult (uint32_t val, rmmStatus stats=rmmSuccess)
 Constructs an RMMResult instance.
 

Public Attributes

uint32_t value
 The value read from the register.
 
rmmStatus status
 The status of the register operation.
 

Detailed Description

Struct to represent the result of an RMM register operation.

This structure encapsulates the value read from an RMM register and the status of the operation.

Constructor & Destructor Documentation

◆ RMMResult()

RMMResult::RMMResult ( uint32_t val,
rmmStatus stats = rmmSuccess )
inline

Constructs an RMMResult instance.

Parameters
valThe value read from the register.
statsThe status of the operation (default: rmmSuccess).

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