Added in Version 1.0.0

StarConnectionSettings

The class that defines the settings for connecting to a device

Constructor

init(interfaceType: InterfaceType, identifier: String = FIRST_FOUND_DEVICE, autoSwitchInterface: Bool = true)

Initialize object

Constant

FIRST_FOUND_DEVICE

Specify the device that is found first

Property

Default value

Type

interfaceType

Interface type of the device

Value set in constructor

InterfaceType

identifier

An identifier that specifies the device to connect to

FIRST_FOUND_DEVICE

String

autoSwitchInterface

Use of the auto switch interface

true

Bool