Click or drag to resize

IPropertyGetter Interface

Namespace:  Com.Datalogic.Device.Configuration
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IPropertyGetter : IJavaObject, 
	IDisposable, IJavaPeerable

The IPropertyGetter type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetPropertyAvailability
Retrieves the availability, the support, for the passed programming parameters.
Public methodGetPropertyInts
Gets one or more label programming parameters of type Integer.
Public methodGetPropertyRanges
Gets one or more property ranges for the passed programming parameters.
Public methodGetPropertyStrings
Gets one or more label programming parameters of type String.
Top
Remarks
PropertyGetter is the interface to get properties from/to the underlying subsystem.

[Android Documentation]

See Also