MockDevice
class MockDevice(val identifier: Identifier = randomIdentifier(), val info: MutableStateFlow<MockDeviceInfo> = MutableStateFlow(MockDeviceInfo(identifier)), connectionSettings: ConnectionSettings = ConnectionSettings(), coroutineContext: CoroutineContext, setupMocks: Boolean = true, connectionDelay: Duration = 1.seconds, logger: Logger = RestrictedLogger(RestrictedLogLevel.None)) : ConnectableDevice
Constructors
Link copied to clipboard
constructor(identifier: Identifier = randomIdentifier(), info: MutableStateFlow<MockDeviceInfo> = MutableStateFlow(MockDeviceInfo(identifier)), connectionSettings: ConnectionSettings = ConnectionSettings(), coroutineContext: CoroutineContext, setupMocks: Boolean = true, connectionDelay: Duration = 1.seconds, logger: Logger = RestrictedLogger(RestrictedLogLevel.None))
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard