Next Topic

Previous Topic

Book Contents

Write

int Write(string Data,int iSize)

Return values

Non zero if the function is successful; otherwise 0, and a specific error code can be retrieved by calling global function GetLastError.

Parameters

  • sData - An array with data to send.
  • iSize - Size of the data in the array.