iRacingSdkWrapper.SessionInfo.SessionInfo C# (CSharp) Method

SessionInfo() public method

public SessionInfo ( string yaml, double updateTime ) : System
yaml string
updateTime double
return System
        public SessionInfo(string yaml, double updateTime)
        {
            _updateTime = updateTime;

            _rawYaml = yaml;

            this.FixYaml(yaml);
            this.ParseYaml();
        }