Classes

The following classes are available globally.

  • Underlining Data Model for the Vuzix Connectivity framework.

    Messages received or sent to a Vuzix Device are of this base type. Under the hood this class takes care of encoding and decoding the payloads transmitted over BLE.

    Supported data types are as follows: Bool, BundleContainer, Character, Double, Float, Int, Intent, Int64, Int16, String, Data, Bool Array, BundleContainer Array, Character Array, Double Array, Float Array, Int Array, Intent Array, Int64 Array, Int16 Array, and String Array. Any other type is ignored.

    See also

    Broadcast, OrderBroadcast, OrderBroadcastResult
    See more

    Declaration

    Swift

    open class BundleContainer
  • Class is used to register your 3rd party app for use with the companion BLE framework.

    See more

    Declaration

    Swift

    public class Connectivity : NSObject