Datalogic Star Manual de Instalação Página 31

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 128
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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 página 30
1 2 ... 26 27 28 29 30 31 32 33 34 35 36 ... 127 128

Comentários a estes Manuais

Sem comentários