Components and Gear
In addition to the Jacquard Tag, all Jacquard Threads products have some additional hardware that communicates with the Jacquard Threads. While your app will not interact with this hardware directly, it will observe when the tag is inserted into that product (you may see the documentation call this “gear attachment”) and inspect metadata to determine the capabilities of that product.
- 
                  
                  
Type describing an attached piece of Gear.
This type can be used to introspect the capabilities of this piece of Gear. Note that the tag also exposes a
Componentinstance viaConnectedTag.tagComponentwhich can be used to introspect the capabilities built into the tag.See moreSee also
Components and GearDeclaration
Swift
public protocol Component - 
                  
                  
Identifier for a connected
Componentinstance.Declaration
Swift
public typealias ComponentID = UInt32 - 
                  
                  
This can be used to describe the capabilities of a piece of Gear.
Declaration
Swift
public typealias GearMetadata = Google_Jacquard_Protocol_Public_Sdk_GearMetadata - 
                  
                  
Gear Capabilities ENUMERATION This can be used to describe the capabilities of a piece of Gear.
See moreDeclaration
Swift
public struct Google_Jacquard_Protocol_Public_Sdk_GearMetadataextension Google_Jacquard_Protocol_Public_Sdk_GearMetadata: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding - 
                  
                  
Declaration
Swift
public struct ComponentInfo 
            View on GitHub
          
      Components and Gear  Reference