UniPRT SDK v2.0-pyd (Python)
 
Loading...
Searching...
No Matches
CommSDK.COMM_IDX Class Reference

Inherits Enum.

Static Public Attributes

int USB_COMM = 0
 
int TCP_COMM = 1
 
int BT_COMM = 2
 
int COM_COMM = 3
 

Member Data Documentation

◆ BT_COMM

int CommSDK.COMM_IDX.BT_COMM = 2
static

◆ COM_COMM

int CommSDK.COMM_IDX.COM_COMM = 3
static

◆ TCP_COMM

int CommSDK.COMM_IDX.TCP_COMM = 1
static

◆ USB_COMM

int CommSDK.COMM_IDX.USB_COMM = 0
static