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
SysEthernetEthFrameSend
SysTypes.RTS_IEC_RESULT
Input
hAdapter
SysTypes.RTS_IEC_HANDLE
Ethernet adapter where to send the frame.
pFrame
POINTER TO SysEthernetFrame
Pointer to the frame to send.