Identifier

actual typealias Identifier = String
actual typealias Identifier = Uuid
expect class Identifier
actual typealias Identifier = String
actual class Identifier(ffi: PeripheralId)

Depending on the OS, this is either a UUID (Apple), MAC address (Windows), or path (Linux).

Constructors

Link copied to clipboard
constructor(ffi: PeripheralId)

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String