Share via


HardwareIdAttribute Constructors

Definition

Overloads

HardwareIdAttribute(String)

Creates an instance of the HardwareIdAttribute class with the hardware ID.

HardwareIdAttribute(String, String)

Creates an instance of the HardwareIdAttribute class with the first and last hardware ID in a range.

HardwareIdAttribute(String)

Creates an instance of the HardwareIdAttribute class with the hardware ID.

public HardwareIdAttribute (string id);
new Microsoft.PointOfService.HardwareIdAttribute : string -> Microsoft.PointOfService.HardwareIdAttribute
Public Sub New (id As String)

Parameters

id
String

Hardware ID.

Applies to

HardwareIdAttribute(String, String)

Creates an instance of the HardwareIdAttribute class with the first and last hardware ID in a range.

public HardwareIdAttribute (string from, string to);
new Microsoft.PointOfService.HardwareIdAttribute : string * string -> Microsoft.PointOfService.HardwareIdAttribute
Public Sub New (from As String, to As String)

Parameters

from
String
to
String

Applies to