Enum InterfaceType
Enum describing the supported connection interface types for Nix devices. See InterfaceTypeExtensions for extension methods.
Namespace: NixUniversalSDK
Assembly: NixUniversalSDK.dll
Syntax
public enum InterfaceType
Fields
Name | Description |
---|---|
Ble | Device connects via Bluetooth (BLE) interface. |
Undefined | Device does not have a defined connection type. |
UsbCdc | Device connects via USB interface. |