Uses of Class
com.kosdev.kos.core.service.hardware.Board
Packages that use Board
-
Uses of Board in com.kosdev.kos.core.service.assembly
Methods in com.kosdev.kos.core.service.assembly that return types with arguments of type BoardMethods in com.kosdev.kos.core.service.assembly with parameters of type Board -
Uses of Board in com.kosdev.kos.core.service.hardware
Subclasses of Board in com.kosdev.kos.core.service.hardwareMethods in com.kosdev.kos.core.service.hardware that return BoardModifier and TypeMethodDescriptionHardwareLink.getBoard()Returns the linked board.HardwareLinkResolver.matchLinkToBoard(HardwareService service, HardwareLink link, Collection<Board> boards) Return a matchingBoardfor the specified link to link with the board.Methods in com.kosdev.kos.core.service.hardware with parameters of type BoardModifier and TypeMethodDescriptionvoidBoardLinkListener.onBoardLink(Board board) Called when a board is linked.default voidBoardReadyListener.onBoardNotReady(Board board) Called when a board unlinks to indicate the board is no longer ready for use.final voidBoardGroupReadyListener.onBoardReady(Board board) voidBoardReadyListener.onBoardReady(Board board) Called when a board is ready.voidBoardLinkListener.onBoardUnlink(Board board) Called when a board is unlinked.Method parameters in com.kosdev.kos.core.service.hardware with type arguments of type BoardModifier and TypeMethodDescriptionHardwareLinkResolver.matchLinkToBoard(HardwareService service, HardwareLink link, Collection<Board> boards) Return a matchingBoardfor the specified link to link with the board.Constructors in com.kosdev.kos.core.service.hardware with parameters of type BoardModifierConstructorDescriptionBoardGroupReadyListener(Board... boards) Create a new group listener for the specified boardsSelfLinkingBoardLink(Board board, String serialNum) Constructor which takes the board to be linked.