Share via


Device(String, String, String) Constructor

Definition

Creates an instance of the Device class.

public Device (string name, string description, string devicePath);
new Microsoft.PointOfService.Device : string * string * string -> Microsoft.PointOfService.Device
Public Sub New (name As String, description As String, devicePath As String)

Parameters

name
String

Contains a short string identifying the device and any abbreviated information about it.

description
String

Contains text identifying the device and any pertinent information about it.

devicePath
String

Contains the hardware path of a device.

Applies to