D2dDevice

data class D2dDevice(val name: String, val id: String)

Represents a Device-to-Device (D2D) capable device in the system.

This data class encapsulates the essential identifying information for a device that supports direct device-to-device communication capabilities.

Constructors

Link copied to clipboard
constructor(name: String, id: String)

Properties

Link copied to clipboard
val id: String

The unique identifier of the device in the system.

Link copied to clipboard

The human-readable display name of the device.