Initializes a new instance of the DiscoveredPrinterUsb class with devicePath and friendlyName.

Namespace:  ZSDK_API.Discovery
Assembly:  ZSDK_API (in ZSDK_API.dll) Version: 1.1.123.0

Syntax

C#
public DiscoveredPrinterUsb(
	string devicePath,
	string friendlyName
)
Visual Basic (Declaration)
Public Sub New ( _
	devicePath As String, _
	friendlyName As String _
)

Parameters

devicePath
Type: System..::.String
friendlyName
Type: System..::.String

See Also