Class IntraVehicleMsg


  • public final class IntraVehicleMsg
    extends Object
    Example class used to demonstrate the communication between applications that run on the same vehicle. Uses two example fields to show the general idea.
    • Constructor Detail

      • IntraVehicleMsg

        public IntraVehicleMsg​(String origin,
                               int id)
    • Method Detail

      • getId

        public int getId()
      • getOrigin

        public String getOrigin()