Value¶
-
public interface
Value¶ Interface of a Value that, associated to a
Path, can be published into zenoh viaWorkspace.put(Path,Value), or retrieved viaWorkspace.get(Selector)or via a subscription (Workspace.subscribe(Selector,Listener)).
Methods¶
encode¶
-
public ByteBuffer
encode()¶ Returns a new
ByteBuffercontaining the Value encoded as a sequence of bytes.Returns: the encoded Value.