| SocketClass | R Documentation |
All methods that are used by BasexClient and QueryClass
new()Initialize a new socket
SocketClass$new(host, port = 1984L, username, password)
host, port, username, passwordHost-information and credentials
finalize()When releasing the session-object, close the socketConnection
SocketClass$finalize()
handShake()Send input to the socket and return the response
SocketClass$handShake(input)
inputInput
Input is a raw vector, built up by converting all input to raw and concatenating the results
write_Byte()Write 1 byte to the socket
SocketClass$write_Byte(Byte)
ByteA vector length 1
clone()The objects of this class are cloneable with this method.
SocketClass$clone(deep = FALSE)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.