RttcpipGetDeviceFromIpAddress
RttcpipGetDeviceFromIpAddress converts a binary IP address in network byte order into the network device pointer for the device.
Syntax
Copy
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 |
---|---|---|
eRTOS 1.0 SDK |
RttcpipApi.h |
RtTcpipApi.lib |