|
FireSync API
|
| kStatus kPacketSocket_AdapterInfo | ( | kIpAddress | ipAddress, |
| kChar * | adapterName, | ||
| kSize | capacity, | ||
| kIpAddress * | gateway, | ||
| k32u * | prefixlength, | ||
| kMacAddress * | macAddress | ||
| ) |
Gives extended adapter information for a given Ip address.
| ipAddress | Ip address of the adapter. |
| adapterName | Receives name of the adapter (can be kNULL). |
| capacity | Character array capacity, in bytes (includes null-terminator). |
| gateway | Receives gateway address (can be kNULL). |
| prefixlength | Receives prefix length (can be kNULL). |
| macAddress | Receives MAC address (can be kNULL). |