Uses of Class
com.tccc.kos.core.service.hardware.HardwareLink
Packages that use HardwareLink
-
Uses of HardwareLink in com.tccc.kos.core.service.firmware
Subclasses of HardwareLink in com.tccc.kos.core.service.firmwareModifier and TypeClassDescriptionclass
Base class forHardwareLink
that supports firmware update. -
Uses of HardwareLink in com.tccc.kos.core.service.hardware
Subclasses of HardwareLink in com.tccc.kos.core.service.hardwareMethods in com.tccc.kos.core.service.hardware that return HardwareLinkModifier and TypeMethodDescriptionBoard.getLink()
Return theHardwareLink
for the board or throw exception if not currently linked.Methods in com.tccc.kos.core.service.hardware with parameters of type HardwareLinkModifier and TypeMethodDescriptionHardwareLinkResolver.matchLinkToBoard
(HardwareService service, HardwareLink link, Collection<Board> boards) Return a matchingBoard
for the specified link to link with the board.void
Board.onLink
(HardwareLink link) Called when the board is linked to hardware.void
Board.onUnlink
(HardwareLink link) Called when the board is unlinked from hardware.void
HardwareService.register
(HardwareLink link) Register a hardware link.void
HardwareService.unregister
(HardwareLink link) Unregister a hardware link.