C# Class LobbyNetwork, DefendAman

Inheritance: MonoBehaviour
Afficher le fichier Open project: CarsonRoscoe/DefendAman Class Usage Examples

Méthodes publiques

Свойство Type Description
RecievedData string
SendingPacket string
Start bool
connected bool

Méthodes publiques

Méthode Description
Connect ( string ip ) : bool
ParseLobbyData ( string raw ) : void
PrintData ( ) : void
SendLobbyData ( NetworkCode, code ) : void

Private Methods

Méthode Description
Send ( string packet ) : void

Method Details

Connect() public static méthode

public static Connect ( string ip ) : bool
ip string
Résultat bool

ParseLobbyData() public static méthode

public static ParseLobbyData ( string raw ) : void
raw string
Résultat void

PrintData() public static méthode

public static PrintData ( ) : void
Résultat void

SendLobbyData() public static méthode

public static SendLobbyData ( NetworkCode, code ) : void
code NetworkCode,
Résultat void

Property Details

RecievedData public_oe static_oe property

public static string RecievedData
Résultat string

SendingPacket public_oe static_oe property

public static string SendingPacket
Résultat string

Start public_oe static_oe property

public static bool Start
Résultat bool

connected public_oe static_oe property

public static bool connected
Résultat bool