RangingControleeParameters


class RangingControleeParameters


Set of parameters which is used for add controlee Provisioned STS individual key case.

Summary

Public constructors

RangingControleeParameters(subSessionId: Int, subSessionKey: ByteArray?)

Public functions

open operator Boolean
equals(other: Any?)
open Int

Public properties

Int

The ID of the ranging sub-session.

ByteArray?

The sub-session key info to use for the ranging.

Public constructors

RangingControleeParameters

Added in 1.0.0-alpha09
RangingControleeParameters(
    subSessionId: Int,
    subSessionKey: ByteArray? = null
)

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

Public properties

subSessionId

Added in 1.0.0-alpha09
val subSessionIdInt

The ID of the ranging sub-session.

subSessionKey

Added in 1.0.0-alpha09
val subSessionKeyByteArray?

The sub-session key info to use for the ranging. This byte array is 16 or 32-byte long.