C# 클래스 SimTelemetry.Data.Telemetry.Telemetry_SimState

Class containing whether a simulator is running and has a session active.
파일 보기 프로젝트 열기: nlhans/SimTelemetry

공개 프로퍼티들

프로퍼티 타입 설명
Active bool
Driving bool
Laps int
Session bool

공개 메소드들

메소드 설명
Telemetry_SimState ( ) : System

메소드 상세

Telemetry_SimState() 공개 메소드

public Telemetry_SimState ( ) : System
리턴 System

프로퍼티 상세

Active 공개적으로 프로퍼티

public bool Active
리턴 bool

Driving 공개적으로 프로퍼티

public bool Driving
리턴 bool

Laps 공개적으로 프로퍼티

public int Laps
리턴 int

Session 공개적으로 프로퍼티

public bool Session
리턴 bool