Expand description
Contains the DeviceNetworkHighLevel struct that wraps the low-level complicated facade sub-system and which is exposed by the IDeviceNetworkHighLevel trait.
Structs
- This struct wraps the IDeviceNetworkLowLevel interface and implements the high level IDeviceNetworkHighLevel interface, which is a simpler interface. All calls on the high level interface are forwarded to the appropriate low level interface. Part of the “Facade” pattern example.