Click or drag to resize

LoggerBufferSize Class

The enumeration defines the possible Logger buffer sizes.
Inheritance Hierarchy
System.Object
Com.Datalogic.Device.Configuration.LoggerBufferSize

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 class LoggerBufferSize : Enum

The LoggerBufferSize type exposes the following members.

Properties
NameDescription
Public propertyJniPeerMembers
To be added.
Public propertyLoggerBufferSize16m
To be added.
Public propertyLoggerBufferSize1m
To be added.
Public propertyLoggerBufferSize256k
To be added.
Public propertyLoggerBufferSize4m
To be added.
Public propertyLoggerBufferSize64k
To be added.
Public propertyLoggerBufferSize8m
To be added.
Public propertyLoggerBufferSizeOff
To be added.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Top
Methods
NameDescription
Public methodFromInt
Retrieves the corresponding WifiPowerSave value, from a valid integer.
Public methodToInt
Converts the WifiPowerSave to its integer corresponding value.
Public methodValueOf
Returns the enum constant of this class with the specified name.
Public methodValues
Returns an array containing the constants of this enum class, in the order they are declared.
Top
Remarks
The LoggerBufferSize enumeration defines the possible Logger buffer sizes.

[Android Documentation]

See Also