INAVI Navigation SDK Documents
Toggle table of contents
0.0.2
common
Platform filter
common
Switch theme
Search in API
INAVI Navigation SDK Documents
model
/
com.inavisys.navisdk.model.network.search
/
Connector
Connector
@
Serializable
data
class
Connector
(
val
connectorType
:
String
?
=
null
,
val
ratedPowerKW
:
Double
?
=
null
,
val
currentA
:
Int
?
=
null
,
val
currentType
:
String
?
=
null
,
val
voltageV
:
Int
?
=
null
)
Members
Constructors
Connector
Link copied to clipboard
constructor
(
connectorType
:
String
?
=
null
,
ratedPowerKW
:
Double
?
=
null
,
currentA
:
Int
?
=
null
,
currentType
:
String
?
=
null
,
voltageV
:
Int
?
=
null
)
Properties
connector
Type
Link copied to clipboard
val
connectorType
:
String
?
=
null
current
A
Link copied to clipboard
val
currentA
:
Int
?
=
null
current
Type
Link copied to clipboard
val
currentType
:
String
?
=
null
rated
Power
KW
Link copied to clipboard
val
ratedPowerKW
:
Double
?
=
null
voltage
V
Link copied to clipboard
val
voltageV
:
Int
?
=
null