DaveNewConnection: Unterschied zwischen den Versionen
Aus API-Wiki
Zeile 13: | Zeile 13: | ||
</code> | </code> | ||
− | + | [[Kategorie:Lipnodave]] |
Version vom 27. Mai 2008, 16:18 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
'