C# 클래스 OSC.NET.OSCTransmitter

OSCTransmitter
파일 보기 프로젝트 열기: Ractiv/touch_plus_source_code 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
remoteHost string
remotePort int
udpClient System.Net.Sockets.UdpClient

공개 메소드들

메소드 설명
Close ( ) : void
Connect ( ) : void
OSCTransmitter ( string remoteHost, int remotePort ) : System
Send ( OSCPacket packet ) : int

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Connect() 공개 메소드

public Connect ( ) : void
리턴 void

OSCTransmitter() 공개 메소드

public OSCTransmitter ( string remoteHost, int remotePort ) : System
remoteHost string
remotePort int
리턴 System

Send() 공개 메소드

public Send ( OSCPacket packet ) : int
packet OSCPacket
리턴 int

프로퍼티 상세

remoteHost 보호되어 있는 프로퍼티

protected string remoteHost
리턴 string

remotePort 보호되어 있는 프로퍼티

protected int remotePort
리턴 int

udpClient 보호되어 있는 프로퍼티

protected UdpClient,System.Net.Sockets udpClient
리턴 System.Net.Sockets.UdpClient