Bullitt Android SDK
Toggle table of contents
2.0.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Bullitt Android SDK
Bullitt Android SDK
/
com.bullitt.sdk.platform.device
/
DeviceScanResult
/
D2d
D2d
data
class
D2d
(
val
device
:
D2dDevice
)
:
DeviceScanResult
Represents a Device-to-Device (D2D) connection found during scanning.
Members
Constructors
D2d
Link copied to clipboard
constructor
(
device
:
D2dDevice
)
Properties
device
Link copied to clipboard
val
device
:
D2dDevice
The D2D device information.