Expand description

Contains the IDeviceNetworkLowLevel trait that represents the complicated facade sub-system.

Traits

  • Represents a network of device chains and the low level access to that network. In general, the caller should take a lock on a device chain before accessing it then release the lock when done. Part of the “Facade” pattern example.