Click or drag to resize
NetExtrasSendARP Method

Namespace: ANDREICSLIB.ClassExtras
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[DllImportAttribute("iphlpapi.dll", ExactSpelling = true)]
private static int SendARP(
	int DestIP,
	int SrcIP,
	byte[] pMacAddr,
	ref uint PhyAddrLen
)

Parameters

DestIP
Type: SystemInt32
SrcIP
Type: SystemInt32
pMacAddr
Type: SystemByte
PhyAddrLen
Type: SystemUInt32

Return Value

Type: Int32
See Also