CRaPI - Correct Robust and Perfect API

PlayerParam.Create Method 

Parses the player_param message from the server

public static PlayerParam Create(
   string pServerData
);

Parameters

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

Return Value

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

Remarks

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

See Also

PlayerParam Class | TeamYaffa.CRaPI.Info Namespace