onecore
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
onecore
onecore
/
ch.procivis.one.core
/
PeripheralDiscoveryDataBindingDto
Peripheral
Discovery
Data
Binding
Dto
data
class
PeripheralDiscoveryDataBindingDto
(
var
deviceAddress
:
String
,
var
localDeviceName
:
String
?
,
var
advertisedServices
:
List
<
String
>
,
var
advertisedServiceData
:
Map
<
String
,
ByteArray
>
?
)
Members
Constructors
Peripheral
Discovery
Data
Binding
Dto
Link copied to clipboard
constructor
(
deviceAddress
:
String
,
localDeviceName
:
String
?
,
advertisedServices
:
List
<
String
>
,
advertisedServiceData
:
Map
<
String
,
ByteArray
>
?
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
advertised
Service
Data
Link copied to clipboard
var
advertisedServiceData
:
Map
<
String
,
ByteArray
>
?
advertised
Services
Link copied to clipboard
var
advertisedServices
:
List
<
String
>
device
Address
Link copied to clipboard
var
deviceAddress
:
String
local
Device
Name
Link copied to clipboard
var
localDeviceName
:
String
?