C# Class UIRasp, AR-HomeAutomation

Inheritance: MonoBehaviour
Mostra 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_oe property

public String Host
return String

Port public_oe property

public Int32, Port
return Int32,

theStream public_oe property

public NetworkStream, theStream
return NetworkStream,