DeviceMap Category: D3Net Base class: Resource Subclasses: AudioOutDeviceMap, VideoInDeviceMap Properties hardware : List[HardwareIdentifier] mappings : List[Mapping] Methods addHardware(self, hwId: HardwareIdentifier) findHardware(self, logical: LogicalDevice) -> HardwareIdentifier getHardwareById(self, hwid: str) -> HardwareIdentifier getHardwareDevices(self) -> List[HardwareIdentifier] getMappedHardwareDevices(self) -> List[HardwareIdentifier] mapDevice(self, hardware: HardwareIdentifier, logical: LogicalDevice) removeHardware(self, hwId: str)