DevicesJson.remove Method

Module: DevicesJson

Definition

Removes an element of the DevicesJson object.

remove(self, key: str) -> None

Parameters

key str
in Unique key of the item to remove.

Exceptions

An error has occurred during Devices Library execution.
void remove(String? key)

Parameters

key String
in Unique key of the item to remove.

Exceptions

An error has occurred during Devices Library execution.
public void Remove(string key)

Parameters

key string
in 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 String
in 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_JSON
in Handle to the DevicesJson object.

key const char *
in Unique key of the item to remove.

Returns

int
An error code.
See id3DevicesError file for the list of possible error codes.