Table of Contents

Enum InterfaceType

Namespace
NixUniversalSDK
Assembly
NixUniversalSDK.dll

Enum describing the supported connection interface types for Nix devices. See InterfaceTypeExtensions for extension methods.

public enum InterfaceType
Extension Methods

Fields

Ble = 1

Device connects via Bluetooth (BLE) interface.

Undefined = 0

Device does not have a defined connection type.

UsbCdc = 2

Device connects via USB interface.