DevicesJson.set Method¶
Module: DevicesJson
Definition¶
Sets an item of the DevicesJson object.
set(self, key: str, item: str) -> None
Parameters
keystrin Unique key of the item to set.itemstrin item to set.
Exceptions
An error has occurred during Devices Library execution.
void set(String? key, String? item)
Parameters
keyStringin Unique key of the item to set.itemStringin item to set.
Exceptions
An error has occurred during Devices Library execution.
public void Set(string key, string item)
Parameters
keystringin Unique key of the item to set.itemstringin item to set.
Exceptions
An error has occurred during Devices Library execution.
public void set(String key, String item) throws DevicesException
Parameters
keyStringin Unique key of the item to set.itemStringin item to set.
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesJson_Set (
    ID3_DEVICES_JSON hDevicesJson,
    const char * key,
    const char * item)
Parameters
hDevicesJsonID3_DEVICES_JSONin Handle to the DevicesJson object.keyconst char *in Unique key of the item to set.itemconst char *in item to set.
Returns