Struct ctru::services::ir_user::IrUserStatusInfo
source · pub struct IrUserStatusInfo {
pub recv_err_result: Result,
pub send_err_result: Result,
pub connection_status: ConnectionStatus,
pub trying_to_connect_status: u8,
pub connection_role: u8,
pub machine_id: u8,
pub unknown_field_1: u8,
pub network_id: u8,
pub unknown_field_2: u8,
pub unknown_field_3: u8,
}
Expand description
This struct holds a parsed copy of the ir:USER service status (from shared memory).
Fields§
§recv_err_result: Result
The result of the last receive operation.
send_err_result: Result
The result of the last send operation.
connection_status: ConnectionStatus
The current connection status.
trying_to_connect_status: u8
The status of the connection attempt.
connection_role: u8
The role of the device in the connection (value meaning is unknown).
machine_id: u8
The machine ID of the device.
unknown_field_1: u8
Unknown field.
network_id: u8
The network ID of the connection.
unknown_field_2: u8
Unknown field.
unknown_field_3: u8
Unknown field.