SysEthernetBurstSendGetMemory (FUN)ΒΆ
FUNCTION SysEthernetBurstSendGetMemory : RTS_IEC_RESULT
Writes the addresses where the application can write data and length into ppData and ppLen. Must be called after SysEthernetBurstSendReserve and before SysEthernetBurstSendRelease.
- InOut:
Scope
Name
Type
Comment
Return
SysEthernetBurstSendGetMemoryRTS_IEC_RESULTReturns the result of the operation
Input
hAdapterSysTypes.RTS_IEC_HANDLEHandle of the adapter. Must be retrieved using SysEthernetAdapterOpen
indexUDINTIndex of the slot. Must be between 0 and the result of SysEthernetBurstReceiveReserve
ppDataPOINTER TO POINTER TO BYTE
Pointer to a variable where the address of the data will be stored. The program should write the data to this address
ppLenPOINTER TO POINTER TO UDINT
Pointer to a variable where the address of the length will be stored. The program should write the length of the data to this address.