Request
Object Hierarchy:
Description:
[
CCode ( type_id =
"fwupd_request_get_type ()" ) ]
public class Request :
Object,
Codec
A user request from the device.
See also: [class@FwupdDevice]
Content:
Properties:
- public string device_id { get; set; }
The device ID for the request.
- public uint64 flags { get; set; }
The flags for the request.
- public string id { get; set; }
The request identifier.
- public string image { get; set; }
The image link for the request.
- public uint kind { get; set; }
The kind of the request.
- public string message { get; set; }
The message text in the request.
Static methods:
Creation methods:
- public Request ()
Creates a new request.
Methods:
Signals:
Inherited Members:
All known members inherited from class GLib.Object
All known members inherited from interface Fwupd.Codec