Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6709129
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T07:50:38+00:00 2026-05-26T07:50:38+00:00

How to capture inserting terminal to cradle and make this tests? i need to

  • 0

How to capture inserting terminal to cradle and make this tests?

i need to check 3 things:

1. if the terminal is in the cradle
2. if i got IP
3. if there is connection to my WebService

and after this, i need to transfer data between my WebService to the terminal (Windows-mobile 6.5)

how i can do it ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T07:50:38+00:00Added an answer on May 26, 2026 at 7:50 am

    There is a namespace Microsoft.WindowsMobile.Status

    In there you can find relevant information about your device.

    For example, I have used the following snippet to know if an active desktop connection is present.

    Microsoft.WindowsMobile.Status.SystemState.ConnectionsDesktopCount <= 0 
    

    Also there is this property, never used it.

    Microsoft.WindowsMobile.Status.SystemState.CradlePresent
    

    For the IP part.

    //Get Device Name
    var deviceName = System.Net.Dns.GetHostName();
     //Get IP Address
    IPHostEntry _ipHost = System.Net.Dns.GetHostEntry(deviceName);
    var IpAddress = _ipHost.AddressList[0].ToString();
    

    For the connection to your webservice, you can create bool or int simple method to test if it is available.

    Webservice

    bool IsAvailable()
    {
    return true;
    }
    

    You just need to call the webservice.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We need to capture live video and display easily on Linux. We need a
I need to capture the HTML and do some post processing on the HTML
Occasionally I find I need to process a list by inserting a new item
I need to capture the value of a specific field in the CurrentChange event.
after capture the image in android how to get a name that save in
I capture a sound using my App. Suppose this sound is a sinusoidal 1
I need to capture device default application open and close events. as example when
Is it possible to capture Python interpreter's output from a Python script? Is it
How do I capture the output of %windir%/system32/pnputil.exe -e? (assume windows vista 32-bit) Bonus
I'd like to capture the output of var_dump to a string. The PHP documentation

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.