DeviceInfo.link Property¶
Module: DeviceInfo
Type: string
Definition¶
A string representing a connection link or a reference to the device, possibly a URL or a network path.
String get link => getLink();
set link(String value) => setLink(value);
Exceptions
An error has occurred during Devices Library execution.
public string link
{
get => Getlink();
set => Setlink(ref value);
}
Exceptions
An error has occurred during Devices Library execution.
public String getLink() throws DevicesException
public void setLink(String link) throws DevicesException
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesDeviceInfo_GetLink (ID3_DEVICES_DEVICE_INFO hDeviceInfo, char * link, int * linkSize)
int id3DevicesDeviceInfo_SetLink (ID3_DEVICES_DEVICE_INFO hDeviceInfo, const char * link)
Returns