SysEthernetEthFrameSend (FUN)
FUNCTION SysEthernetEthFrameSend : SysTypes.RTS_IEC_RESULT
This function sends an ethernetframe to the given adapter. The data of the frame is copied to the adapter. When this function returns the frame can be overwritten without any problems.
- InOut:
Scope
Name
Type
Comment
Return
SysEthernetEthFrameSendSysTypes.RTS_IEC_RESULTInput
hAdapterSysTypes.RTS_IEC_HANDLEEthernet adapter where to send the frame.
pFramePOINTER TO SysEthernetFrame
Pointer to the frame to send.