MdocConnectionMethodWifiAware
data class MdocConnectionMethodWifiAware(val passphraseInfoPassphrase: String?, val channelInfoChannelNumber: Long?, val channelInfoOperatingClass: Long?, val bandInfoSupportedBands: ByteString?) : MdocConnectionMethod
Connection method for Wifi Aware.
Parameters
passphraseInfoPassphrase
the passphrase or null
.
channelInfoChannelNumber
the channel number or unset.
channelInfoOperatingClass
the operating class or unset.
bandInfoSupportedBands
the supported bands or null
.
Properties
Functions
Link copied to clipboard
Generates DeviceRetrievalMethod
CBOR for the given MdocConnectionMethod.
Link copied to clipboard
open override fun toNdefRecord(auxiliaryReferences: List<String>, role: MdocRole, skipUuids: Boolean): Pair<NdefRecord, NdefRecord>?
Creates a NDEF Connection Handover Carrier Reference record and Auxiliary Data Reference records.