DeviceInfo

class DeviceInfo : Parcelable


Encapsulating information about an individual Matter device. Instances can be constructed via the DeviceInfo.Builder class, acquired by builder.

Summary

Nested types

Builder for constructing DeviceInfo instances.

Public functions

java-static DeviceInfo.Builder!

Returns a new DeviceInfo.Builder for constructing a DeviceInfo.

Boolean
equals(other: Any?)
Int
Unit
writeToParcel(dest: Parcel!, flags: Int)

Inherited functions

From android.os.Parcelable

Public functions

builder

java-static fun builder(): DeviceInfo.Builder!

Returns a new DeviceInfo.Builder for constructing a DeviceInfo.

equals

fun equals(other: Any?): Boolean

hashCode

fun hashCode(): Int

writeToParcel

fun writeToParcel(dest: Parcel!, flags: Int): Unit

Public properties

discriminator

val discriminatorDiscriminator?

productId

val productIdInt

vendorId

val vendorIdInt