C# Класс DP.DMX

Наследование: UnityEngine.MonoBehaviour
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
serialPortIdx int
serialPorts List

Открытые методы

Метод Описание
OpenSerialPort ( ) : void

Open the selected serial port

this ( int index ) : int

Gets of sets the DMX level at specified channel

Приватные методы

Метод Описание
GetPortNames ( ) : void

List the avilable serial ports

OnApplicationQuit ( ) : void

Shutdown DMX and cleanup.

Start ( ) : void
ThreadedIO ( ) : void

The Threaded function that processes the serial i/o.

initTXBuffer ( ) : void

Init the TxBufffer with Header and End bytes

Описание методов

OpenSerialPort() публичный Метод

Open the selected serial port
public OpenSerialPort ( ) : void
Результат void

this() публичный Метод

Gets of sets the DMX level at specified channel
public this ( int index ) : int
index int
Результат int

Описание свойств

serialPortIdx публичное свойство

Index of the selected serial port
public int serialPortIdx
Результат int

serialPorts публичное свойство

List containing strings of all available serial ports
public List serialPorts
Результат List