libmsr  dc2dc9c
Public Attributes | List of all members
msr_cmd Struct Reference

Represents a command issued to the MSR device. More...

#include <libmsr.h>

Public Attributes

uint8_t msr_esc
 
uint8_t msr_cmd
 

Detailed Description

Represents a command issued to the MSR device.

A MSR command consists of two bytes - an ASCII escape byte (MSR_ESC) and the command byte.

Member Data Documentation

◆ msr_cmd

uint8_t msr_cmd::msr_cmd

The command byte.

◆ msr_esc

uint8_t msr_cmd::msr_esc

The escape byte.


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