blockchain-kit-sdk
Toggle table of contents
1.0.21-dev
common
Target filter
common
Switch theme
Search in API
Skip to content
blockchain-kit-sdk
blockchain-kit-sdk
/
com.cramium.blockchain.kit.transport
/
DeviceInfo
Device
Info
common
@
Serializable
data
class
DeviceInfo
(
val
id
:
String
,
val
name
:
String
?
,
val
transportType
:
TransportType
,
val
rssi
:
Int
?
=
null
)
Transport-agnostic information about a discovered hardware device.
Members
Constructors
Device
Info
Link copied to clipboard
common
constructor
(
id
:
String
,
name
:
String
?
,
transportType
:
TransportType
,
rssi
:
Int
?
=
null
)
Properties
id
Link copied to clipboard
common
val
id
:
String
name
Link copied to clipboard
common
val
name
:
String
?
rssi
Link copied to clipboard
common
val
rssi
:
Int
?
transport
Type
Link copied to clipboard
common
val
transportType
:
TransportType