Hello everyone,
I am trying to call nxWriteFrame to write in FrameOutStream Session. The code is "error = nxWriteFrame(sessionRef,&FrmEnet,sizeofbuffer,10);".
I have try to set sizeofbuffer = 1546. It's showing the error Hex 0xBFF63090 The data that you passed to the XNET Write is too small to hold all the data specified for the session.
The FrmEnet structure and the error image are shown.
Can anyone help me in this regard? Thanks in advance.