DevicesJson.remove Method¶
Module: DevicesJson
Definition¶
Removes an element of the DevicesJson object.
remove(self, key: str) -> None
Parameters
key
strin Unique key of the item to remove.
Exceptions
An error has occurred during Devices Library execution.
void remove(String? key)
Parameters
key
Stringin Unique key of the item to remove.
Exceptions
An error has occurred during Devices Library execution.
public void Remove(string key)
Parameters
key
stringin Unique key of the item to remove.
Exceptions
An error has occurred during Devices Library execution.
public void remove(String key) throws DevicesException
Parameters
key
Stringin Unique key of the item to remove.
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesJson_Remove (
ID3_DEVICES_JSON hDevicesJson,
const char * key)
Parameters
hDevicesJson
ID3_DEVICES_JSONin Handle to the DevicesJson object.key
const char *in Unique key of the item to remove.
Returns