Table of Contents

Interface IHasDeviceLabel

Namespace
Loehnert.Lisrt.Contracts
Assembly
Loehnert.Lisrt.dll

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

string

InstanceID

Gets the ID for this instance.

int InstanceID { get; }

Property Value

int