Contents

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:).

See Also

Configuring the hardware model