![]() |
PortSIP VoIP SDK Manual for iOS
16.2
PortSIP features our newest, supported, quality-assured VoIP SDK used by Several hundred companies around the world for easy VoIP application develop and quality-assured code.
|
Functions | |
(int) | - PortSIPSDK::getNICNums |
Get the Network Interface Card numbers. More... | |
(NSString *) | - PortSIPSDK::getLocalIpAddress: |
Get the local IP address by Network Interface Card index. More... | |
- (int) getNICNums |
Get the Network Interface Card numbers.
- (NSString*) getLocalIpAddress: | (int) | index |
Get the local IP address by Network Interface Card index.
index | The IP address index. For example, suppose the PC has two NICs. If we want to obtain the second NIC IP, please set this parameter as 1, and the first NIC IP index 0. |