Datalogic Star Manuel d'installation Page 69

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 128
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 68
DEVICE COLLECTION OBJECT
59
5
PROPERTY ITEM
PURPOSE
Gets a device object from the collection.
DESCRIPTION
This property gets a device object from the collection. You must set an index
representing the offset in the array used to store all the device objects (the array is
0-based).
IDL
[propget, id(DISPID_VALUE)] HRESULT Item([in]long Index, [out, retval] VARIANT *pVal);
INPUT PARAMETERS
Index : Long
The index of the array element used to store the collection of devices.
DATA TYPE
Pointer to dispatch the object interface.
POSSIBLE VALUES
Read only property
EXAMPLE
...
Dim DevicesObject as Devices
Dim i as Long
...
Set DevicesObjects = RFNCCTL.Devices
For i = 0 To DevicesObject.Count – 1
MsgBox “Device n. “ & CStr(i) & “ ID “& _
CStr(Devices.Item(i).DevID)
Next i
...
Vue de la page 68
1 2 ... 64 65 66 67 68 69 70 71 72 73 74 ... 127 128

Commentaires sur ces manuels

Pas de commentaire