C# Class LobbyNetwork, DefendAman

Inheritance: MonoBehaviour
显示文件 Open project: CarsonRoscoe/DefendAman Class Usage Examples

Public Properties

Property Type Description
RecievedData string
SendingPacket string
Start bool
connected bool

Public Methods

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

Private Methods

Method Description
Send ( string packet ) : void

Method Details

Connect() public static method

public static Connect ( string ip ) : bool
ip string
return bool

ParseLobbyData() public static method

public static ParseLobbyData ( string raw ) : void
raw string
return void

PrintData() public static method

public static PrintData ( ) : void
return void

SendLobbyData() public static method

public static SendLobbyData ( NetworkCode, code ) : void
code NetworkCode,
return void

Property Details

RecievedData public_oe static_oe property

public static string RecievedData
return string

SendingPacket public_oe static_oe property

public static string SendingPacket
return string

Start public_oe static_oe property

public static bool Start
return bool

connected public_oe static_oe property

public static bool connected
return bool