protocol MockDevice: Sendable
deviceIdentifier
: DeviceIdentifier
[Get] |
The unique device identifier for this mock device.
|
doff
()
|
Simulates taking off (doffing) the device.
Signature
public func doff() |
don
()
|
Simulates putting on (donning) the device.
Signature
public func don() |
powerOff
()
|
Powers off the mock device.
Signature
public func powerOff() |
powerOn
()
|
Powers on the mock device.
Signature
public func powerOn() |