DaveNewConnection: Unterschied zwischen den Versionen
Aus API-Wiki
Zeile 1: | Zeile 1: | ||
''Diese Beschreibung ist noch unvollständig und soll Besucher des API-Wiki dazu anregen, selbst tätig zu werden, sie zu vervollständigen. | ''Diese Beschreibung ist noch unvollständig und soll Besucher des API-Wiki dazu anregen, selbst tätig zu werden, sie zu vervollständigen. | ||
'' | '' | ||
+ | |||
+ | <code vb> | ||
+ | |||
' Setup a new connection structure using an initialized daveInterface and PLC's MPI address. | ' Setup a new connection structure using an initialized daveInterface and PLC's MPI address. | ||
' Note: The parameter di must have been obtained from daveNewinterface. | ' Note: The parameter di must have been obtained from daveNewinterface. | ||
− | |||
Private Declare Function daveNewConnection Lib "libnodave.dll" ( _ | Private Declare Function daveNewConnection Lib "libnodave.dll" ( _ | ||
ByVal di As Long, _ | ByVal di As Long, _ |
Version vom 27. Mai 2008, 16:23 Uhr
Diese Beschreibung ist noch unvollständig und soll Besucher des API-Wiki dazu anregen, selbst tätig zu werden, sie zu vervollständigen.
' Setup a new connection structure using an initialized daveInterface and PLC's MPI address. ' Note: The parameter di must have been obtained from daveNewinterface.
Private Declare Function daveNewConnection Lib "libnodave.dll" ( _
ByVal di As Long, _ ByVal mpi As Long, _ ByVal Rack As Long, _ ByVal Slot As Long) As Long
Quelle
http://sourceforge.net/projects/libnodave
Autor der DLL
Thomas Hergenhahn
Lizenzbedingungen für Verwendung der DLL
GNU Library General Public License