addIpDevice

addIpDevice

Method of Antilatency.DeviceNetwork.IDeviceFilter
Add Ip device filter.
void addIpDevice(​string ip, string mask);

Parameters

string ip
Ip of device for accepting connection. Look at Constants.AllIpDevicesIp.
string mask
Mask for Ip. A set bit means that the corresponding bit in the actual device Ip field should match the bit in Ip field. Look at Constants.AllIpDevicesMask.