Datalogic Star Instalační manuál Strana 94

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 128
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 93
STAR-LINK™
84
7
PROPERTY RFMAXPROTOCOLVERSION
PURPOSE
RF Version.
DESCRIPTION
This property is set from the DLL network manager and represents the major version
of the RF protocol.
IDL
[propget, id(4), helpstring("property RFMaxProtocolVersion")] HRESULT
RFMaxProtocolVersion([out, retval] short *pVal);
[propput, id(4), helpstring("property RFMaxProtocolVersion")] HRESULT
RFMaxProtocolVersion([in] short newVal);
DATA TYPE
SHORT
POSSIBLE VALUES
Greater than 1
EXAMPLE
...
Dim DevObject as Device
Dim strProperties as String
...
‘ Show the Device properties
Set DevObject = RFNCCTL.Devices.Device(1500)
StrProperties = strProperties & “DevID = “& _
CStr(DevObject.DevID)
strProperties = strProperties & “PID = “ & CStr(DevObject.PID)
strProperties = strProperties & “RF Version = “ &_
CStr(DevObject.RFMaxProtocolVersion) & “.”& _
CStr(DevObject.RFMinProtocolVersion)
...
Zobrazit stránku 93
1 2 ... 89 90 91 92 93 94 95 96 97 98 99 ... 127 128

Komentáře k této Příručce

Žádné komentáře