Datalogic .NET SDK

GetModel (Method)

 

Syntax

 

   public static DeviceModel GetModel();

 

 

Class                           : Device

Namespace                : Datalogic.API

Assembly                   : Datalogic.API.DLL

 

 

Description

Returns the terminal's product model.

 

 

Parameters Table

 

Type

Parameter

Description

[in]

void

-

-

 

 

 

 

[returns]

DeviceModel

 

 

A DeviceModel enumeration is returned.

[on error]

DeviceModel.Error

 

-

 

 

 

Example

   

   private void SetUnitDisplay()

   {

       lstUnitView.Items.Add(new ListViewItem(new string[]

                    { "Model", Device.GetModel().ToString() }));

   }

 

 

 

See Also

Device.DeviceModel (Enum), Example #022.

 

Copyright © Datalogic ADC. All Right Reserved