Skip to content

Method CreateTestDeviceAsync

Namespace: Belay.Core.Testing
Assembly: Belay.Core.dll

CreateTestDeviceAsync()

Create a DeviceConnection instance for testing.

csharp
public static Task<DeviceConnection> CreateTestDeviceAsync()

Returns

Task<DeviceConnection>

A representing the asynchronous operation.

Released under the Apache License 2.0.