-
Default
DeviceCreateOpts
for common use cases.The device will be created with no name.
Declaration
Swift
public convenience init()
-
Constructs a
DeviceCreateOpts
.Declaration
Swift
public convenience init(deviceName: DeviceName?)
Parameters
deviceName
The provided name will be used as the device’s name. If
nil
, the name will be empty.