Program an existing connection in Windows CE?

The RAS API for Windows CE makes me cry, and as a C # programmer, I cannot make headings or tails of documentation in MSDN regarding the vast majority of the functions available.

I was already looking at NET for code that allows me to list ACTIVE connections, check the status of connections, and hang if necessary.

Now I need to establish a connection that has already been created in Windows CE. The connection has some additional parameters, such as baud rate, flow control, and a string of advanced settings along the lines +CGDCONT=1,"IP","internet".

Now, what I was able to understand from the MSDN documentation, I can't just tell Windows CE to "dial this connection." I need to get the connection parameters (phone number, username, password, and I also assume that I need additional parameters such as data transfer speed, etc.), and then tell the system to dial THIS.

At this moment, I do not understand how I do not know how to do this. Any help would be appreciated.

+3
source share
1 answer

With RAS, you must list the records and then use them to tell the RAS which record you want to dial. This is a bit confusing, yes, but have you seen this project with a common source ? This will simplify the basic set.

- , . RAS - TAPI ( ). , , , , TAPI .

+2

All Articles