Uses of Class
com.tccc.kos.commons.core.service.blink.binarymsg.BinaryMsgIface
Packages that use BinaryMsgIface
Package
Description
Contains classes related to binary message handling.
Contains classes related to spawning processes and services.
-
Uses of BinaryMsgIface in com.tccc.kos.commons.core.service.blink.binarymsg
Classes in com.tccc.kos.commons.core.service.blink.binarymsg with type parameters of type BinaryMsgIfaceModifier and TypeInterfaceDescriptioninterfaceBinaryMsgIfaceListener<T extends BinaryMsgIface>Interface for a BinaryMsgIface connection listener.Methods in com.tccc.kos.commons.core.service.blink.binarymsg that return BinaryMsgIfaceModifier and TypeMethodDescriptionBinaryMsgSession.getCoreIface()Get the core iface for the session.BinaryMsgIfaceFactory.getIface(String name, BinaryMsgSession session) Given the name of an interface from a BinaryMsgSession, return an instance of BinaryMsgIface or null. -
Uses of BinaryMsgIface in com.tccc.kos.core.service.hardware
Classes in com.tccc.kos.core.service.hardware with type parameters of type BinaryMsgIfaceModifier and TypeInterfaceDescriptioninterfaceIfaceAware<T extends BinaryMsgIface>Interface that indicates the associated instance has aBinaryMsgIfaceavailable.interfaceIfaceAwareBoard<T extends BinaryMsgIface>It is common that aBoardclass in KOS is linked to physical hardware using an adapter.interfaceIfaceAwareNode<T extends BinaryMsgIface>TODOinterfaceIfaceAwareNodeService<T extends BinaryMsgIface,I extends IfaceAwareNode> TODOinterfaceIfaceAwareService<T extends BinaryMsgIface>TODOMethods in com.tccc.kos.core.service.hardware that return BinaryMsgIfaceModifier and TypeMethodDescriptiondefault BinaryMsgIfaceIfaceAwareService.getIface(String name, BinaryMsgSession session) Handle iface checks and only callcreateIfacefor matching iface. -
Uses of BinaryMsgIface in com.tccc.kos.core.service.network
Methods in com.tccc.kos.core.service.network that return BinaryMsgIface -
Uses of BinaryMsgIface in com.tccc.kos.core.service.spawn
Methods in com.tccc.kos.core.service.spawn that return BinaryMsgIface