~aleteoryx/muditaos

ref: e433e8dd033c0212b6b906ee6ff5743f4994135e muditaos/module-cellular/modem/doc/Images/cellular_result_struct.uml -rw-r--r-- 217 bytes
e433e8dd — GravisZro Fix transparent backgrounds in PlantUML 4 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
@startuml
skinparam BackgroundColor F0F0F0
object CellularResultStruct {
  CellularResultCode resultCode
  vector<uint8_t> data

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