CRaPI - Correct Robust and Perfect API

HearInfo.Create Method 

Parses the hear message from the server

public static HearInfo Create(
   string pServerData
);

Parameters

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

Return Value

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

Remarks

HearInfo 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

HearInfo Class | TeamYaffa.CRaPI.Info Namespace