DeviceInfo Members (POS for .NET v1.12 SDK Documentation)
2/27/2008
Defines a programmatic interface for device information that is used to create a service object.
The following tables list the members exposed by the DeviceInfo type.
Protected Constructors
Name | Description | |
---|---|---|
DeviceInfo | Creates an instance of the DeviceInfo class. |
Top
Public Properties
Name | Description | |
---|---|---|
Compatibility | Gets device compatibility information. | |
Description | Gets a device description. | |
HardwareDescription | Gets a hardware description. | |
HardwareId | Gets the hardware ID. | |
HardwarePath | Gets the path of the device. | |
IsDefault | Gets the Boolean value that indicates whether the device is the default. | |
LogicalNames | Gets the logical names of a device. | |
ManufacturerName | Gets the manufacturer name of a device. | |
ServiceObjectName | Gets the service object name for a device. | |
ServiceObjectVersion | Gets the service object version for a device. | |
Type | Gets the device type. | |
UposVersion | Gets the UPOS version of a device. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
IsDeviceInfoOf | Gets the Boolean value that indicates whether a DeviceInfo instance applies to the specified service object. | |
ReferenceEquals | (inherited from Object ) | |
ToString | Overridden. |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top