Antilatency.DeviceNetwork.IDeviceFilter

Antilatency.DeviceNetwork.IDeviceFilter

Interface in Antilatency.DeviceNetwork
Ip and Usb device filter. Devices matched by the IDeviceFilter will be connected to the INetwork.
interface IDeviceFilter : InterfaceContract.IInterface {
void addUsbDevice(​UsbDeviceFilter usbDeviceType);
void addIpDevice(​string ip, string mask);
UsbDeviceFilter getUsbDevice(​uint index);
string getIpDevice(​uint index);
string getIpDeviceMask(​uint index);
}

Methods

Add usb device filter.
Add Ip device filter.
Get usb device filter by index.
Get device filter Ip by index.
Get device filter Iip mask by index.