MissionMessage

public protocol MissionMessage

Mission message.

  • String identifier defined during the development of the mission, allowing to uniquely identify each mission.

    Declaration

    Swift

    var missionUid: String { get }
  • Message uid..

    Declaration

    Swift

    var messageUid: UInt { get }
  • Service uid.

    Declaration

    Swift

    var serviceUid: UInt { get }
  • Actual content of the mission message.

    Declaration

    Swift

    var payload: Data { get }