RttcpipGetDeviceFromIpAddress
RttcpipGetDeviceFromIpAddress converts a binary IP address in network byte order into the network device pointer for the particular device.
Syntax
VOID * RttcpipGetDeviceFromIpAddress(
unsigned long ipAddress
);
Parameters
ipAddress
Binary IP address in network byte order.
Return Value
This function returns a pointer to a Network Device data structure.
Requirements
| Minimum supported version | Header | Library |
|---|---|---|
|
wRTOS 1.0 SDK |
RttcpipApi.h |
Rttcpip.lib |