Uses of Class
com.kosdev.kos.core.service.hardware.HardwareLink
Packages that use HardwareLink
-
Uses of HardwareLink in com.kosdev.kos.core.service.firmware
Subclasses of HardwareLink in com.kosdev.kos.core.service.firmwareModifier and TypeClassDescriptionclassBase class forHardwareLinkthat supports firmware update. -
Uses of HardwareLink in com.kosdev.kos.core.service.hardware
Subclasses of HardwareLink in com.kosdev.kos.core.service.hardwareModifier and TypeClassDescriptionclassHardwareLink class for BoardIface devices.classHardwareLinkobject for boards that implementSelfLinkingBoard.Methods in com.kosdev.kos.core.service.hardware that return HardwareLinkModifier and TypeMethodDescriptionBoard.getLink()Return theHardwareLinkfor the board or throw exception if not currently linked.Methods in com.kosdev.kos.core.service.hardware with parameters of type HardwareLinkModifier and TypeMethodDescriptionHardwareLinkResolver.matchLinkToBoard(HardwareService service, HardwareLink link, Collection<Board> boards) Return a matchingBoardfor the specified link to link with the board.voidHardwareService.register(HardwareLink link) Register a hardware link.voidHardwareService.unregister(HardwareLink link) Unregister a hardware link.