app
androidJvm
app
/
com.iomt.android.configs
/
GeneralConfig
General
Config
@
Serializable
data
class
GeneralConfig
(
var
name
:
String
,
var
nameRegex
:
String
,
var
type
:
DeviceType
)
Members
Constructors
General
Config
Link copied to clipboard
constructor
(
name
:
String
,
nameRegex
:
String
,
type
:
DeviceType
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
name
Link copied to clipboard
var
name
:
String
name of device
name
Regex
Link copied to clipboard
var
nameRegex
:
String
regex that is used for device search, should match the name of device
type
Link copied to clipboard
var
type
:
DeviceType
type of device