hdx: Half-duplex communication

View source: R/hdx.R

hdxR Documentation

Half-duplex communication

Description

Half-duplex communication

Usage

hdx(x, ...)

Arguments

x

Socket connection.

...

Arguments passed on to hdx.sockconn

text

Lines of text to write to the socket connection, a character vector. Writes all the lines before reading.

write.sep

Line separator written after every line of text, a character string defaulting to a single new-line character "\n".

write.useBytes

Suppresses re-encoding of marked strings.

timeout

Seconds to wait for ready socket, a numeric; or wait indefinitely, NULL.


royratcliffe/canny.tudor documentation built on Oct. 17, 2022, 4:17 a.m.