Datalogic Star Manual de instalación Pagina 31

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 128
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 30
MAIN CONTROL OBJECT
21
3
PROPERTY SATELLITES
PURPOSE
Gets a base station collection object.
DESCRIPTION
This property allows the developer to manage the base station collection. It returns
the object base stations.
IDL
[propget, id(2), helpstring("property Satellites")] HRESULT Satellites([out, retval]
ISats* *pVal);
DATA TYPE
Object base stations
POSSIBLE VALUES
Read only property
EXAMPLE
...
Dim SatellitesObject as Satellites
...
Set SatellitesObject = RFNCCTL.Satellites
‘ Add base station to the collection
SatellitesObject.Add(1000)
‘ Remove base station from the collection
SatellitesObject.Remove(1500)
...
Vista de pagina 30
1 2 ... 26 27 28 29 30 31 32 33 34 35 36 ... 127 128

Comentarios a estos manuales

Sin comentarios