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 TypeMethodDescriptionBinaryMsgIfaceFactory.getIface(String name, BinaryMsgSession session) Given the name of an interface from a BinaryMsgSession, return an instance of BinaryMsgIface or null.Methods in com.tccc.kos.commons.core.service.blink.binarymsg with parameters of type BinaryMsgIfaceModifier and TypeMethodDescriptiondefault voidBinaryMsgIfaceListener._onConnect(BinaryMsgIface iface) Wrapper to apply typedefault voidBinaryMsgIfaceListener._onDisconnect(BinaryMsgIface iface) Wrapper to apply typevoidBinaryMsgSession.addInterface(BinaryMsgIface iface) Add an interface to the session. -
Uses of BinaryMsgIface in com.tccc.kos.core.service.fuse
Methods in com.tccc.kos.core.service.fuse that return BinaryMsgIface -
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>It is common that aBoardclass in KOS is linked to physical hardware using an adapter. -
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