Click or drag to resize

IDeviceManagerRemoveDevice Method

Removes a managed device.

Namespace: RAYLASE.Marker.Device
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
void RemoveDevice(
	string deviceName
)

Parameters

deviceName  String
The name of the device. This name is unique across all registered devices.
See Also