Namespace: ANDREICSLIB.ClassExtrasAssembly: 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
)
<DllImportAttribute("iphlpapi.dll", ExactSpelling := true>]
Private Shared Function SendARP (
DestIP As Integer,
SrcIP As Integer,
pMacAddr As Byte(),
ByRef PhyAddrLen As UInteger
) As Integer
private:
[DllImportAttribute(L"iphlpapi.dll", ExactSpelling = true)]
static int SendARP(
int DestIP,
int SrcIP,
array<unsigned char>^ pMacAddr,
unsigned int% PhyAddrLen
)
[<DllImportAttribute("iphlpapi.dll", ExactSpelling = true)>]
private static member SendARP :
DestIP : int *
SrcIP : int *
pMacAddr : byte[] *
PhyAddrLen : uint32 byref -> int
Parameters
- DestIP
- Type: SystemInt32
- SrcIP
- Type: SystemInt32
- pMacAddr
- Type: SystemByte
- PhyAddrLen
- Type: SystemUInt32
Return Value
Type:
Int32
See Also