]> code.octet-stream.net Git - m17rt/blobdiff - m17core/src/protocol.rs
Pass stream data to adapters
[m17rt] / m17core / src / protocol.rs
index 382fb9fa516461a2078cf9032d5afe262f15dec7..375c3f0f8533fd56cf9a439ddf9b1bee56f0e1e7 100755 (executable)
@@ -133,6 +133,8 @@ impl LsfFrame {
         }
     }
 
+    // TODO: encryption sub-type
+
     pub fn channel_access_number(&self) -> u8 {
         (self.0[12] >> 7) & 0x0f
     }