F12021TelemetryListener class

Constructors

F12021TelemetryListener(int port)

Properties

hashCode int
The hash code for this object.
no setterinherited
packetCarDamageDataStream Stream<PacketCarDamageData>
Stream of all UDP packets' car damage data
no setter
packetCarSetupDataStream Stream<PacketCarSetupData>
Stream of all UDP packets' car setup data
no setter
packetCarStatusDataStream Stream<PacketCarStatusData>
Stream of all UDP packets' car status data
no setter
packetCarTelemetryDataStream Stream<PacketCarTelemetryData>
Stream of all UDP packets' car telemetry data
no setter
packetEventDataStream Stream<PacketEventData>
Stream of all UDP packets' event data
no setter
packetFinalClassificationDataStream Stream<PacketFinalClassificationData>
Stream of all UDP packets' final classification data
no setter
packetHeaderStream Stream<PacketHeader>
Stream of all UDP packets' headers
no setter
packetLapDataStream Stream<PacketLapData>
Stream of all UDP packets' lap data
no setter
packetLobbyInfoDataStream Stream<PacketLobbyInfoData>
Stream of all UDP packets' lobby info data
no setter
packetMotionDataStream Stream<PacketMotionData>
Stream of all UDP packets' motion data
no setter
packetParticipantsDataStream Stream<PacketParticipantsData>
Stream of all UDP packets' participants data
no setter
packetSessionDataStream Stream<PacketSessionData>
Stream of all UDP packets' session data
no setter
packetSessionHistoryDataStream Stream<PacketSessionHistoryData>
Stream of all UDP packets' session history data
no setter
port int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
start() → void
Start listening for UDP packets
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited