AdsbEmitterType
public enum AdsbEmitterType : Equatable
ADSB classification for the type of vehicle emitting the transponder signal.
-
No emitter info..
Declaration
Swift
case noInfo -
Light emitter..
Declaration
Swift
case light -
Small emitter..
Declaration
Swift
case small -
Large emitter..
Declaration
Swift
case large -
High vortex emitter..
Declaration
Swift
case highVortexLarge -
Heavy emitter..
Declaration
Swift
case heavy -
Highly maneuverable emitter..
Declaration
Swift
case highlyManuv -
Rotorcraft emitter..
Declaration
Swift
case rotocraft -
Unassigned emitter..
Declaration
Swift
case unassigned -
Glider emitter..
Declaration
Swift
case glider -
Lighter air emitter..
Declaration
Swift
case lighterAir -
Parachute emitter..
Declaration
Swift
case parachute -
Ultra light emitter..
Declaration
Swift
case ultraLight -
Unassigned2 emitter..
Declaration
Swift
case unassigned2 -
UAV emitter..
Declaration
Swift
case uav -
Space emitter..
Declaration
Swift
case space -
Unassigned3 emitter..
Declaration
Swift
case unassgined3 -
Emergency emitter..
Declaration
Swift
case emergencySurface -
Service surface emitter..
Declaration
Swift
case serviceSurface -
Point obstacle emitter..
Declaration
Swift
case pointObstacle -
Undocumented
Declaration
Swift
case UNRECOGNIZED(Int)
View on GitHub
Install in Dash
AdsbEmitterType Enumeration Reference