~aleteoryx/muditaos

ref: afa71c7e53b5277ba7e16a5a3963a75d6cda768b muditaos/module-cellular/Modem/doc/Images/cellular_result_struct.uml -rw-r--r-- 184 bytes
afa71c7e — Jakub Pyszczak [EGD-6051] Receiving notifications on bt 4 years ago
                                                                                
1
2
3
4
5
6
7
8
9
@startuml
object CellularResultStruct {
  CellularResultCode resultCode
  vector<uint8_t> data

  +std::shared_ptr<uint8_t> serialize()
  +void deserialize(serialized, size)
}
@enduml