Digital Cockpit Communications SDK
androidJvm
sdk_communications_blecommon
/
com.tomtom.ivi.sdk.communications.blecommon
/
SessionId
Session
Id
data
class
SessionId
(
val
data
:
ByteArray
)
Represents a session ID.
Members
Constructors
Session
Id
Link copied to clipboard
constructor
(
data
:
ByteArray
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
data
Link copied to clipboard
val
data
:
ByteArray
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String