Searched refs:mIp (Results 1 – 1 of 1) sorted by relevance
250 char mIp[11]; in getProperty() local260 PvAttrStringGet(Camera.Handle, "MulticastIPAddress",mIp,sizeof(mIp),NULL); in getProperty()261 sscanf(mIp, "%d.%d.%d.%d", &a, &b, &c, &d); ip = ((a*256 + b)*256 + c)*256 + d; in getProperty()