F12021TelemetryListener class Null safety

Constructors

F12021TelemetryListener(int port)

Properties

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

Methods

close() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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