Soletta™ Framework
Framework for making IoT devices

Full online documentation | C API Index
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
sol_uevent Struct Reference

Struct that contains information about an uevent. More...

#include <sol-platform-linux.h>

Data Fields

struct sol_str_slice action
 The uevent action. More...
 
struct sol_str_slice devname
 The device name. More...
 
struct sol_str_slice devtype
 The device type. More...
 
struct sol_str_slice modalias
 The alias. More...
 
struct sol_str_slice subsystem
 The event subsystem. More...
 

Detailed Description

Struct that contains information about an uevent.

See Also
sol_platform_linux_uevent_subscribe()
sol_platform_linux_uevent_unsubscribe()

Field Documentation

struct sol_str_slice sol_uevent::action

The uevent action.

struct sol_str_slice sol_uevent::devname

The device name.

struct sol_str_slice sol_uevent::devtype

The device type.

struct sol_str_slice sol_uevent::modalias

The alias.

struct sol_str_slice sol_uevent::subsystem

The event subsystem.


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