Descriptor
public struct Descriptor : Encodable
Descriptor.
-
Descriptor data type.
See moreDeclaration
Swift
public enum DescriptorType : String, Encodable
-
Initializer.
Declaration
Swift
public init(id: String, type: DescriptorType, data: Data)
Parameters
id
Descriptor ID. Is determined by the user.
type
Descriptor data type.
data
Descriptor data.