DevicesJson.keys Property

Module: DevicesJson

Type: StringList

Definition

Gets a string list containing the keys in the dict.

keys: StringList

Exceptions

An error has occurred during Devices Library execution.
StringList get keys => getKeys();

Exceptions

An error has occurred during Devices Library execution.
public StringList keys
{
    get => Getkeys();
}

Exceptions

An error has occurred during Devices Library execution.
public StringList getKeys() throws DevicesException

Exceptions

An error has occurred during Devices Library execution.
int id3DevicesJson_GetKeys (ID3_DEVICES_JSON hDevicesJson, ID3_DEVICES_STRING_LIST hKeys)

Returns

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