Device(String, String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.