SlinkX.DeleteDevice

long DeleteDevice(LPCTSTR DeviceName)

Parameters

DeviceName

A string containing then nameof the device you want to delete

Remarks

Use this command to delete a device you no longer wish to use. When the control is closed, devices are automatically deleted so you generally do not have to delete devices manually.

Example (Visual Basic)

result = Slinkx.DeleteDevice(devname)

See Also

SlinkX.AddDevice