C# Class UDPSend, cs-mini-modbot-simulation

Inheritance: MonoBehaviour
Mostrar archivo Open project: intel-cornellcup/mini-modbot-simulation Class Usage Examples

Public Properties

Property Type Description
DEBUG Boolean
ct int
port int
unity Socket

Public Methods

Method Description
init ( ) : void

Private Methods

Method Description
Start ( ) : void
Update ( ) : void
addCommand ( ) : List
sendCommand ( ) : void
sendString ( string message ) : void

Method Details

init() public method

public init ( ) : void
return void

Property Details

DEBUG public_oe property

public Boolean DEBUG
return Boolean

ct public_oe static_oe property

public static int ct
return int

port public_oe property

public int port
return int

unity public_oe static_oe property

public static Socket unity
return Socket