Click or drag to resize

UsbConnection Properties

The UsbConnection type exposes the following members.

Properties
  Name Description
Public property Connected Returns true if the connection is open.
(Inherited from ConnectionA)
Public property DeviceName Returns the USB device name.
Public property Manager Returns the UsbManager object.
Public property Manufacturer
(Overrides ConnectionAManufacturer)
Public property MaxDataToWrite Gets or sets the maximum number of bytes to write at one time
(Inherited from ConnectionA)
Public property MaxTimeoutForRead Gets or sets the maximum time, in milliseconds, to wait for any data to be received.
(Inherited from ConnectionA)
Public property MaxTimeoutForRead Gets or sets the maximum time, in milliseconds, to wait for any data to be received.
(Overrides ConnectionAMaxTimeoutForRead)
Public property MultipartTimeToWaitAfterSend
(Inherited from ConnectionA)
Public property PermissionRequestor Gets/sets the UsbPermissionRequestor instance.
Public property SerialNumber Returns the serial number of the printer.
Public property SimpleConnectionName Gets a human-readable description of the connection.
(Overrides ConnectionASimpleConnectionName)
Public property TimeToWaitForMoreData Gets or sets the maximum time, in milliseconds, to wait in-between reads after the initial read.
(Inherited from ConnectionA)
Top
See Also