Nedap.HandheldApi
Public Member Functions | Public Attributes
Nedap.HandheldApi.CommunicationPort.MultipleHandheldsFoundEventArgs Class Reference

These event arguments carries informationa about discovered handheld readers in case that there is more than one handheld reader present. Handler of this event should set SelectedDevice index in order to select one of the readers for connecting. More...

List of all members.

Public Member Functions

 MultipleHandheldsFoundEventArgs (DiscoveredReaders readers)
 Constructor.
 MultipleHandheldsFoundEventArgs ()
 Constructor.

Public Attributes

DiscoveredReaders Readers
 Property that holds discovered handheld readers and the one that should be selected (used for conneciton).

Detailed Description

These event arguments carries informationa about discovered handheld readers in case that there is more than one handheld reader present. Handler of this event should set SelectedDevice index in order to select one of the readers for connecting.


Constructor & Destructor Documentation

Nedap.HandheldApi.CommunicationPort.MultipleHandheldsFoundEventArgs.MultipleHandheldsFoundEventArgs ( DiscoveredReaders  readers)

Constructor.

Parameters:
readers
Nedap.HandheldApi.CommunicationPort.MultipleHandheldsFoundEventArgs.MultipleHandheldsFoundEventArgs ( )

Constructor.


Member Data Documentation

Property that holds discovered handheld readers and the one that should be selected (used for conneciton).