C# Class Gvr.Internal.EmulatorClientSocket

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: omgwtfgames/unity-cardboard-photosphere Class Usage Examples

Méthodes publiques

Méthode Description
Init ( EmulatorManager remote ) : void

Private Methods

Méthode Description
OnDestroy ( ) : void
ProcessConnection ( TcpClient tcpClient ) : void
blockingRead ( NetworkStream stream, byte buffer, int index, int count ) : int
correctEndianness ( byte array ) : byte[]
phoneEventSocketLoop ( ) : void
setupPortForwarding ( int port ) : void
unpack32bits ( byte array, int offset ) : int

Method Details

Init() public méthode

public Init ( EmulatorManager remote ) : void
remote EmulatorManager
Résultat void