Click or drag to resize

UsbFunction Class

Inheritance Hierarchy
Enum
  Com.Datalogic.Device.ConfigurationUsbFunction

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 sealed class UsbFunction : Enum

The UsbFunction type exposes the following members.

Properties
  NameDescription
Public propertyJniPeerMembers
To be added.
Public propertyStatic memberMidi
MIDI audio source
Public propertyStatic memberMtp
Media Transfer Protocol
Public propertyStatic memberNone
Charge only
Public propertyStatic memberPtp
Picture Transfer Protocol
Public propertyStatic memberRndis
Ethernet su USB
Top
Methods
  NameDescription
Public methodStatic memberValueOf
Returns the enum constant of this type with the specified name.
Public methodStatic memberValues
Returns an array containing the constants of this enum type, in the order they are declared.
Top
Remarks
Enum UsbFunction defines the allowed values for settings the USB Trasfer Protocol in properties UsbDefaultFunction and UsbCurrentFunction

[Android Documentation]

See Also