CRaPI - Correct Robust and Perfect API

ServerParam.Create Method 

Parses the server_param message from the server

public static ServerParam Create(
   string pServerData
);

Parameters

pServerData
The message from the server. Must begin with (server_param.

Return Value

A ServerParam object if it was a valid server_param message. Null otherwise.

Remarks

ServerParam is able to parse server_param messages from robocup server 9.0.4. Changes to the protocol could require changes to this class.

See Also

ServerParam Class | TeamYaffa.CRaPI.Info Namespace