dataRepresentation
Returns the opaque data representation of the machine identifier.
Declaration
var dataRepresentation: Data { get }Discussion
You can use this to recreate the same machine identifier with init(dataRepresentation:).
Returns the opaque data representation of the machine identifier.
var dataRepresentation: Data { get }You can use this to recreate the same machine identifier with init(dataRepresentation:).