C# Class UIRasp, AR-HomeAutomation

Inheritance: MonoBehaviour
Afficher le fichier Open project: The-Assembly/AR-HomeAutomation

Méthodes publiques

Свойство Type Description
Host String
Port Int32,
theStream NetworkStream,

Méthodes publiques

Méthode Description
ACBtn ( ) : void
DoorBtn ( ) : void
LightBtn ( ) : void
closeSocket ( ) : void
maintainConnection ( ) : void
setupSocket ( ) : void
writeSocket ( string theLine ) : void

Private Methods

Méthode Description
Start ( ) : void

Method Details

ACBtn() public méthode

public ACBtn ( ) : void
Résultat void

DoorBtn() public méthode

public DoorBtn ( ) : void
Résultat void

LightBtn() public méthode

public LightBtn ( ) : void
Résultat void

closeSocket() public méthode

public closeSocket ( ) : void
Résultat void

maintainConnection() public méthode

public maintainConnection ( ) : void
Résultat void

setupSocket() public méthode

public setupSocket ( ) : void
Résultat void

writeSocket() public méthode

public writeSocket ( string theLine ) : void
theLine string
Résultat void

Property Details

Host public_oe property

public String Host
Résultat String

Port public_oe property

public Int32, Port
Résultat Int32,

theStream public_oe property

public NetworkStream, theStream
Résultat NetworkStream,