libmsr
dc2dc9c
|
Represents a command issued to the MSR device. More...
#include <libmsr.h>
Public Attributes | |
uint8_t | msr_esc |
uint8_t | msr_cmd |
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.
uint8_t msr_cmd::msr_cmd |
The command byte.
uint8_t msr_cmd::msr_esc |
The escape byte.