interface MockDevice
deviceIdentifier
: DeviceIdentifier
[Get] |
Returns the device identifier for this mock device.
Signature
abstract val deviceIdentifier: DeviceIdentifier |
doff
()
|
Simulates taking off (doffing) the device, triggering removal detection events.
Signature
abstract fun doff() |
don
()
|
Simulates putting on (donning) the device, triggering wear detection events.
Signature
abstract fun don() |
powerOff
()
|
Powers off the mock device, simulating device shutdown.
Signature
abstract fun powerOff() |
powerOn
()
|
Powers on the mock device, simulating device startup.
Signature
abstract fun powerOn() |