Does anyone know the command for emScript to read the device type/model? Like MC7094 with GPS/ and without, MC7095, MC7596, MC7598 etc.
Using emScript to determine device type/model// Expert user has replied. |
Using emScript to determine device type/model// Expert user has replied.Does anyone know the command for emScript to read the device type/model? Like MC7094 with GPS/ and without, MC7095, MC7596, MC7598 etc. |
Subscribe to email updates
Monthly updates from our Zebra development team, straight to your inbox.
4 Replies
Also note the API doc is kept at http://compass.mot.com/go/emscript-docs and is kept up to date. If you have future requests for new API's, you can send them to ecsgteam@motorola.com and we will try to fit them in if they are justified. Thanks.
Nick as of now there is no eMscript API for this although I will add it to the list for an upcoming release. Check out the User guide at http://compass.mot.com/go/emscript for an up to date list of implemented commands.
Nick, Paul is correct, this functionality has not yet been added to eMscript. Look for it in the next version.
Hello Nick, Not sure emScript has the command yet as its more geared for diagnostics at present. I have the command in SymScript that will get the information you required - GetConfigurationData() So its just a case of porting to emScript. The underlying API is RCM_GetConfigurationData().