C# 클래스 DP.DMX

상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: davivid/Unity-DMX 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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