Structures

The following structures are available globally.

  • BroadcastReceiver

    Receives and handles broadcast intents sent from your device. Could be either a broadcastResult or an broadcast (corresponding, with orderedBroadcast or broadcast).

    See more

    Declaration

    Swift

    public struct BroadcastReceiver : Hashable
  • Basic Data Structure used for sending BLE communication’s to a Vuzix device.

    Modeled after an Android Intent and very similar in practice to broadcasting and receiving.

    Reference: Android Intent

    See more

    Declaration

    Swift

    public struct Intent