Version Differences for H19

(FAQ)
(FAQ)
Line 6:
  :Well, the H1xSDK is only meant for the H16 and H19 devices! If your app needs to try and determine the model of device at runtime, there are a few ways to go about it: you can use the GetSystemInfo native function and the OEM ID field of the structure it returns, or if your app is written in C# and using the .NET runtime, and you don't want to P/Invoke GetSystemInfo, you can check out the DeviceManagement class of the [http://www.opennetcf.com/library/sdf/ OpenNETCF framework].    :Well, the H1xSDK is only meant for the H16 and H19 devices! If your app needs to try and determine the model of device at runtime, there are a few ways to go about it: you can use the GetSystemInfo native function and the OEM ID field of the structure it returns, or if your app is written in C# and using the .NET runtime, and you don't want to P/Invoke GetSystemInfo, you can check out the DeviceManagement class of the [http://www.opennetcf.com/library/sdf/ OpenNETCF framework]. 
       
    + '''Is there an emulator image for the H19 available in the SDK for debugging/testing?'''  
    + :No, there is not. You can test standard Windows Mobile code on one of the standard emulator images, but if you need to test anything related that employs the use of the H1xSDK, you'll need to debug/test on an actual device.  
  ===Links===    ===Links=== 
  *[http://ftp.opticon.com/H16_H19/SDK%20-%20EGG32880/ H19 SDK Download Page]    *[http://ftp.opticon.com/H16_H19/SDK%20-%20EGG32880/ H19 SDK Download Page]