Метод | Описание | |
---|---|---|
AddCapability ( string capability ) : bool | ||
Device ( |
||
DeviceExists ( |
||
EmitCondition ( string conditionName, string conditionDetails ) : bool | ||
FindByCapability ( |
||
FindByStringMatch ( |
||
FindUdiByCapability ( |
||
FindUdiByStringMatch ( |
||
FindUdis ( |
||
GetAll ( |
||
GetAllUdis ( |
||
GetPropertyBool ( string key ) : bool | ||
GetPropertyDouble ( string key ) : double | ||
GetPropertyInt ( string key ) : int | ||
GetPropertyString ( string key ) : string | ||
GetPropertyStringList ( string key ) : string[] | ||
GetPropertyUint64 ( string key ) : System.UInt64 | ||
Lock ( string reason ) : void | ||
Print ( ) : void | ||
PropertyExists ( string key ) : bool | ||
PropertyStringListAppend ( string key, string val ) : bool | ||
PropertyStringListPrepend ( string key, string val ) : bool | ||
PropertyStringListRemove ( string key, string val ) : bool | ||
PropertyStringListRemoveIndex ( string key, uint index ) : bool | ||
QueryCapability ( string capability ) : bool | ||
Reprobe ( ) : bool | ||
Rescan ( ) : bool | ||
SetPropertyBool ( string key, bool val ) : bool | ||
SetPropertyDouble ( string key, double val ) : bool | ||
SetPropertyInt ( string key, int val ) : bool | ||
SetPropertyString ( string key, System.UInt64 val ) : bool | ||
SetPropertyString ( string key, string val ) : bool | ||
ToString ( ) : string | ||
UdisToDevices ( |
||
Unlock ( ) : bool | ||
this ( string key ) : string |
public AddCapability ( string capability ) : bool | ||
capability | string | |
Результат | bool |
public Device ( |
||
ctx | ||
udi | string | |
Результат | System |
public static DeviceExists ( |
||
ctx | ||
udi | string | |
Результат | bool |
public EmitCondition ( string conditionName, string conditionDetails ) : bool | ||
conditionName | string | |
conditionDetails | string | |
Результат | bool |
public static FindByCapability ( |
||
ctx | ||
cap | string | |
Результат | Hal.Device[] |
public static FindByStringMatch ( |
||
ctx | ||
key | string | |
val | string | |
Результат | Hal.Device[] |
public static FindUdiByCapability ( |
||
ctx | ||
cap | string | |
Результат | string[] |
public static FindUdiByStringMatch ( |
||
ctx | ||
key | string | |
val | string | |
Результат | string[] |
public static FindUdis ( |
||
ctx | ||
findMethod | FindBy | |
key | string | |
query | string | |
Результат | string[] |
public static GetAll ( |
||
ctx | ||
Результат | Hal.Device[] |
public static GetAllUdis ( |
||
ctx | ||
Результат | string[] |
public GetPropertyBool ( string key ) : bool | ||
key | string | |
Результат | bool |
public GetPropertyDouble ( string key ) : double | ||
key | string | |
Результат | double |
public GetPropertyInt ( string key ) : int | ||
key | string | |
Результат | int |
public GetPropertyString ( string key ) : string | ||
key | string | |
Результат | string |
public GetPropertyStringList ( string key ) : string[] | ||
key | string | |
Результат | string[] |
public GetPropertyUint64 ( string key ) : System.UInt64 | ||
key | string | |
Результат | System.UInt64 |
public PropertyExists ( string key ) : bool | ||
key | string | |
Результат | bool |
public PropertyStringListAppend ( string key, string val ) : bool | ||
key | string | |
val | string | |
Результат | bool |
public PropertyStringListPrepend ( string key, string val ) : bool | ||
key | string | |
val | string | |
Результат | bool |
public PropertyStringListRemove ( string key, string val ) : bool | ||
key | string | |
val | string | |
Результат | bool |
public PropertyStringListRemoveIndex ( string key, uint index ) : bool | ||
key | string | |
index | uint | |
Результат | bool |
public QueryCapability ( string capability ) : bool | ||
capability | string | |
Результат | bool |
public SetPropertyBool ( string key, bool val ) : bool | ||
key | string | |
val | bool | |
Результат | bool |
public SetPropertyDouble ( string key, double val ) : bool | ||
key | string | |
val | double | |
Результат | bool |
public SetPropertyInt ( string key, int val ) : bool | ||
key | string | |
val | int | |
Результат | bool |
public SetPropertyString ( string key, System.UInt64 val ) : bool | ||
key | string | |
val | System.UInt64 | |
Результат | bool |
public SetPropertyString ( string key, string val ) : bool | ||
key | string | |
val | string | |
Результат | bool |
public static UdisToDevices ( |
||
ctx | ||
udis | string | |
Результат | Hal.Device[] |