juro <juraj.frank@naex-dot-sk.no-spam.invalid> wrote:
Quote:
Hello,
it is possible to send data buffer with size about 1MB with using
DEVCTL?
Yes, the API will happily transfer any size of buffer up to the
maximum that can be sent.
Quote:
Or how to send such mount of data between resmgr and client?
MsgSend() (the underlying kernel call) uses signed 32-bit integers
for message lengths. This suggests the maximum transfer would be
2G -- for a devctl() it would be 2G-sizeof(devctl header).
-David
--
David Gibbs
QNX Training Services
dagibbs@qnx.com |