Click or drag to resize

UsbConnection Properties

The UsbConnection type exposes the following members.

Properties
  NameDescription
Public propertyConnected
Returns true if the connection is open.
(Inherited from ConnectionA.)
Public propertyDeviceName
Returns the USB device name.
Public propertyManager
Returns the UsbManager object.
Public propertyManufacturer (Overrides ConnectionAManufacturer.)
Public propertyMaxDataToWrite
Gets or sets the maximum number of bytes to write at one time
(Inherited from ConnectionA.)
Public propertyMaxTimeoutForRead
Gets or sets the maximum time, in milliseconds, to wait for any data to be received.
(Inherited from ConnectionA.)
Public propertyMaxTimeoutForRead
Gets or sets the maximum time, in milliseconds, to wait for any data to be received.
(Overrides ConnectionAMaxTimeoutForRead.)
Public propertyMultipartTimeToWaitAfterSend
(Inherited from ConnectionA.)
Public propertyPermissionRequestor
Gets/sets the UsbPermissionRequestor instance.
Public propertySerialNumber
Returns the serial number of the printer.
Public propertySimpleConnectionName
Gets a human-readable description of the connection.
(Overrides ConnectionASimpleConnectionName.)
Public propertyTimeToWaitForMoreData
Gets or sets the maximum time, in milliseconds, to wait in-between reads after the initial read.
(Inherited from ConnectionA.)
Top
See Also