| CommandEventArgscmd Property |
receives one or more commands from socket - List of received commands
Namespace:
INF1771_GameClient.Socket
Assembly:
INF1771_GameClient (in INF1771_GameClient.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string[] cmd { get; set; }
public:
property array<String^>^ cmd {
array<String^>^ get ();
void set (array<String^>^ value);
}
Property Value
Type:
StringSee Also