C# Class UIRasp, AR-HomeAutomation

Inheritance: MonoBehaviour
Show file Open project: The-Assembly/AR-HomeAutomation

Public Properties

Property Type Description
Host String
Port Int32,
theStream NetworkStream,

Public Methods

Method Description
ACBtn ( ) : void
DoorBtn ( ) : void
LightBtn ( ) : void
closeSocket ( ) : void
maintainConnection ( ) : void
setupSocket ( ) : void
writeSocket ( string theLine ) : void

Private Methods

Method Description
Start ( ) : void

Method Details

ACBtn() public method

public ACBtn ( ) : void
return void

DoorBtn() public method

public DoorBtn ( ) : void
return void

LightBtn() public method

public LightBtn ( ) : void
return void

closeSocket() public method

public closeSocket ( ) : void
return void

maintainConnection() public method

public maintainConnection ( ) : void
return void

setupSocket() public method

public setupSocket ( ) : void
return void

writeSocket() public method

public writeSocket ( string theLine ) : void
theLine string
return void

Property Details

Host public property

public String Host
return String

Port public property

public Int32, Port
return Int32,

theStream public property

public NetworkStream, theStream
return NetworkStream,