C# 클래스 UIRasp, AR-HomeAutomation

상속: MonoBehaviour
파일 보기 프로젝트 열기: The-Assembly/AR-HomeAutomation

공개 프로퍼티들

프로퍼티 타입 설명
Host String
Port Int32,
theStream NetworkStream,

공개 메소드들

메소드 설명
ACBtn ( ) : void
DoorBtn ( ) : void
LightBtn ( ) : void
closeSocket ( ) : void
maintainConnection ( ) : void
setupSocket ( ) : void
writeSocket ( string theLine ) : void

비공개 메소드들

메소드 설명
Start ( ) : void

메소드 상세

ACBtn() 공개 메소드

public ACBtn ( ) : void
리턴 void

DoorBtn() 공개 메소드

public DoorBtn ( ) : void
리턴 void

LightBtn() 공개 메소드

public LightBtn ( ) : void
리턴 void

closeSocket() 공개 메소드

public closeSocket ( ) : void
리턴 void

maintainConnection() 공개 메소드

public maintainConnection ( ) : void
리턴 void

setupSocket() 공개 메소드

public setupSocket ( ) : void
리턴 void

writeSocket() 공개 메소드

public writeSocket ( string theLine ) : void
theLine string
리턴 void

프로퍼티 상세

Host 공개적으로 프로퍼티

public String Host
리턴 String

Port 공개적으로 프로퍼티

public Int32, Port
리턴 Int32,

theStream 공개적으로 프로퍼티

public NetworkStream, theStream
리턴 NetworkStream,