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