iPXE
Data Fields
imux_header_log Struct Reference

An iPhone USB multiplexed log message header. More...

#include <iphone.h>

Data Fields

struct imux_header hdr
 Multiplexed packet header. More...
 
uint8_t level
 Log level. More...
 
char msg [0]
 Message. More...
 

Detailed Description

An iPhone USB multiplexed log message header.

Definition at line 81 of file iphone.h.

Field Documentation

◆ hdr

struct imux_header imux_header_log::hdr

Multiplexed packet header.

Definition at line 83 of file iphone.h.

◆ level

uint8_t imux_header_log::level

Log level.

Definition at line 85 of file iphone.h.

Referenced by imux_rx_log().

◆ msg

char imux_header_log::msg[0]

Message.

Definition at line 87 of file iphone.h.

Referenced by imux_rx_log().


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