PosExplorer Members (POS for .NET v1.12 SDK Documentation)
2/27/2008
Defines the programmatic interface for enumeration and initialization of POS installed devices.
The following tables list the members exposed by the PosExplorer type.
Public Constructors
Name | Description | |
---|---|---|
PosExplorer | Overloaded. |
Top
Public Properties
Name | Description | |
---|---|---|
PosRegistryKey | Gets the POS for .NET configuration root registry key in relation to HKEY_LOCAL_MACHINE. | |
StatisticsFile | Gets a path of the file in which device statistics is persisted. | |
SynchronizingObject | Gets or sets the IsynchronizeInvoke object. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
CreateInstance | Creates an instance of the service object based on the information supplied by the property values of the DeviceInfo object. | |
Equals | Overloaded. (inherited from Object ) | |
GetDevice | Overloaded. | |
GetDevices | Overloaded. | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
Refresh | Re-enumerates the list of attached POS devices and rebuilds internal data structures. | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
Public Events
Name | Description | |
---|---|---|
DeviceAddedEvent | Notifies the application when a POS device has been added to the system. | |
DeviceRemovedEvent | Notifies the application when a POS device has been removed from the system. |
Top