Files
MuditaOS/module-cellular/Modem/doc/scripts/class_channel.pu
breichel dc00afaad3 [EGD-5599] Change AT and DLC channels for big return
Change which allow to handle large return from
at commands both via UART and DLC-Commands
2021-02-10 16:15:30 +01:00

12 lines
175 B
Plaintext

@startuml
abstract class BaseChannel
BaseChannel <|-- Channel
Channel ..> ATStream: Channel use ATStream
Channel <|-- DLC_channel
Channel <|-- ATParser
@enduml