DevicesJson.add Method¶
Module: DevicesJson
Definition¶
Adds an item to the DevicesJson object.
add(self, key: str, item: str) -> None
Parameters
keystrin Unique key of the item to add.itemstrin item to add.
Exceptions
An error has occurred during Devices Library execution.
void add(String? key, String? item)
Parameters
keyStringin Unique key of the item to add.itemStringin item to add.
Exceptions
An error has occurred during Devices Library execution.
public void Add(string key, string item)
Parameters
keystringin Unique key of the item to add.itemstringin item to add.
Exceptions
An error has occurred during Devices Library execution.
public void add(String key, String item) throws DevicesException
Parameters
keyStringin Unique key of the item to add.itemStringin item to add.
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesJson_Add (
    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 add.itemconst char *in item to add.
Returns