Comm class
Comm class
idid of the comm. read only.
target_namename of the target for this comm
new()Comm$new(xp, description = "")xpexternal pointer to an instance of the C++ class 'xeus::xcomm'
descriptiondescription of this comm
open()Comm$open(data = NULL, metadata = NULL)datadata
metadatametadata
close()Comm$close(data = NULL, metadata = NULL)datadata
metadatametadata
send()Comm$send(data = NULL, metadata = NULL)datadata
metadatametadata
on_close()Comm$on_close(handler)handlerfunction to call when the comm is closed
on_message()Comm$on_message(handler)handlerfunction to call when receiving a message
print()Comm$print()information about the comm
clone()The objects of this class are cloneable with this method.
Comm$clone(deep = FALSE)deepWhether to make a deep clone.