Classes
The following classes are available globally.
-
Data Model for receiving a message back from an OrderedBroadcast
See moreDeclaration
Swift
open class BroadcastResult : BundleContainer
-
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, OrderBroadcastResultDeclaration
Swift
open class BundleContainer
-
Class is used to register your 3rd party app for use with the companion BLE framework.
See moreDeclaration
Swift
public class Connectivity : NSObject