Skip to main content
Version: Skinetic SDK 1.6.0

SkineticSDK::Skinetic::OutputType

Enum to define the target output mode.

Inherits from Enum

Public Attributes

Name
intAutoDetect
Connection type is automatically handled.
intBluetooth
Bluetooth connection.
intUSB
USB connection.
intWifi
Wifi connection.

Public Attributes Documentation

variable AutoDetect

static int AutoDetect;

Connection type is automatically handled.

variable Bluetooth

static int Bluetooth;

Bluetooth connection.

variable USB

static int USB;

USB connection.

variable Wifi

static int Wifi;

Wifi connection.


Updated on 2024-07-11 at 09:47:11 +0000