GCHardwareVersion Constants Reference

Declared in GCCommon.h

GCHardwareVersion

Used to distinguish between different Galileo hardware versions.

Definition

typedef NS_ENUM(NSUInteger, GCHardwareVersion ) {
   GCHardwareVersion30Pin = 0 x1,
   GCHardwareVersionBluetooth = 0 x2,
};

Constants

GCHardwareVersion30Pin

30-pin hardware model, compatible with older iOS devices.

Declared In GCCommon.h.

GCHardwareVersionBluetooth

Bluetooth hardware model, compatible with iOS devices that support Blueotooth LE (Low Engergy).

Declared In GCCommon.h.

Declared In

GCCommon.h