how to get ethernet card ip address
-
i want to get ethernet card(RS-232 serial)'s ip address & MAC address.
-
i want to get ethernet card(RS-232 serial)'s ip address & MAC address.
-
Use following for IP "gethostbyname" it returns pointer to "hostent structure" which contains IP for MAC address "GetAdaptersInfo"
can i get my ethernet card information? how to use GetAdaptersInfo function. i have already get local pc computer ip address and mac address.but this is only for computer. i don't know,how i can get other device ip address(may be printer,fax,bar code reader) in my network. can i get device information..??? please , explain me...
-
can i get my ethernet card information? how to use GetAdaptersInfo function. i have already get local pc computer ip address and mac address.but this is only for computer. i don't know,how i can get other device ip address(may be printer,fax,bar code reader) in my network. can i get device information..??? please , explain me...
vc-programmer- wrote: how to use GetAdaptersInfo function. See here. vc-programmer- wrote: i don't know,how i can get other device ip address(may be printer,fax,bar code reader) in my network. One way, if you know the name, would be with
gethostbyname()
.
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow