Skip to content

Enum DeviceConnection.ConnectionType

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

Connection types supported by this device connection.

csharp
public enum DeviceConnection.ConnectionType

Fields

Serial = 0

Serial port connection (USB, UART, etc.).

Subprocess = 1

Subprocess connection (local MicroPython process).

Released under the Apache License 2.0.