Interface IHasDeviceLabel
Interface for giving ILisrtModules a DeviceLabel also known as BMK.
public interface IHasDeviceLabel
Properties
DeviceLabel
Gets or sets the label for the device.
string DeviceLabel { get; set; }
Property Value
InstanceID
Gets the ID for this instance.
int InstanceID { get; }