Uses of Class
com.tccc.kos.commons.core.service.blink.binarymsg.BinaryMsgIdentity
Packages that use BinaryMsgIdentity
Package
Description
Contains classes related to binary message handling.
-
Uses of BinaryMsgIdentity in com.tccc.kos.commons.core.client.binarymsg
Constructors in com.tccc.kos.commons.core.client.binarymsg with parameters of type BinaryMsgIdentityModifierConstructorDescriptionBinaryMsgClient(String blinkName, BinaryMsgIdentity identity, String server, int port) Create a new client. -
Uses of BinaryMsgIdentity in com.tccc.kos.commons.core.service.blink.binarymsg
Constructors in com.tccc.kos.commons.core.service.blink.binarymsg with parameters of type BinaryMsgIdentityModifierConstructorDescriptionBinaryMsgSession(BlinkConn conn, BinaryMsgIdentity identity, JsonNode identityJson) Create a new BinaryMsgSession.