0

My problem is related to the use of ITAPI3. I am trying to build simple app that could call another number using modem connected to pc and a telephone line. Platform is C# (new at this language) In one of the post from ITAPI3 Sending and Receiving Data

I could not figure out the use of the first line of the code. I get error in that line.

var handleArray = callForData.GetID("comm/datamodem");

Error is : callForData doesnot exists in current context also the "_dataTransferOutFileStream" has the same error. What might be the problem? Is this due to missing library?

Thanks

Community
  • 1
  • 1
bunkdeath
  • 2,348
  • 5
  • 21
  • 23

1 Answers1

1

callForData was the variable name for a object of type TCall.

I have a working application that successfully sends and receives data as a datamodem. If you would like help with your application feel free to PM me. Especially since that post was originally mine :)

sth
  • 222,467
  • 53
  • 283
  • 367
Chris
  • 21
  • 7