diff --git a/TransportApp.markdown b/TransportApp.markdown index a8db1e5..ebf898a 100644 --- a/TransportApp.markdown +++ b/TransportApp.markdown @@ -2,8 +2,6 @@ TransportApp is an application that uses [BSP](BSP) to synchronise transport pro ### Message types -TransportApp uses a single message type: - **0: PROPERTIES** - The content is a [BDF](BDF) list with three elements: transport identifier (string), version (int), and transport properties (dictionary). The identifier and properties are supplied by the transport plugin. The version is incremented whenever the properties change. ### Validation