DevicesJson.clear Method¶
Module: DevicesJson
Definition¶
Clears the DevicesJson object.
clear(self) -> None
Exceptions
An error has occurred during Devices Library execution.
public void Clear()
Exceptions
An error has occurred during Devices Library execution.
public void clear() throws DevicesException
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesJson_Clear (
ID3_DEVICES_JSON hDevicesJson)
Parameters
hDevicesJson
ID3_DEVICES_JSONin Handle to the DevicesJson object.
Returns