ReaderConnectionType Constants Reference

Declared in ReaderConfiguration.h

ReaderConnectionType

Indicates the channel through which the reader is connected.

Definition

typedef NS_ENUM(NSInteger, ReaderConnectionType ) {
   ReaderConnectionTypeUnknown = 0,
   ReaderConnectionTypeAudioJack = 1,
   ReaderConnectionTypeBluetooth = 2,
   ReaderConnectionTypeDockPort = 3,
   ReaderConnectionTypeUsb = 4,
   ReaderConnectionTypeNetwork = 5,
};

Constants

ReaderConnectionTypeUnknown

Indicates the channel through which the reader is connected.

Declared In ReaderConfiguration.h.

ReaderConnectionTypeAudioJack

Indicates the channel through which the reader is connected.

Declared In ReaderConfiguration.h.

ReaderConnectionTypeBluetooth

Indicates the channel through which the reader is connected.

Declared In ReaderConfiguration.h.

ReaderConnectionTypeDockPort

Indicates the channel through which the reader is connected.

Declared In ReaderConfiguration.h.

ReaderConnectionTypeUsb

Indicates the channel through which the reader is connected.

Declared In ReaderConfiguration.h.

ReaderConnectionTypeNetwork

Indicates the channel through which the reader is connected.

Declared In ReaderConfiguration.h.

Declared In

ReaderConfiguration.h