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 moreDeclaration
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 moreDeclaration
Swift
public struct Intent