Antilatency.DeviceNetwork.Constants

Antilatency.DeviceNetwork.Constants

Constants group in Antilatency.DeviceNetwork
constants group Constants {
UsbDeviceFilter AllUsbDevices = (...);
string AllIpDevicesIp = "0.0.0.0";
string AllIpDevicesMask = "0.0.0.0";
ushort UsbAllDeviceMask = (...);
ushort UsbOneDeviceMask = (...);
}

Constants

UsbDeviceFilter AllUsbDevices = (...)
Filter for all Antilatency usb devices.
string AllIpDevicesIp = "0.0.0.0"
Default ip address for addIpDevice that enable connection of all ip devices.
string AllIpDevicesMask = "0.0.0.0"
Mask for addIpDevice that enable connection of all ip devices.
ushort UsbAllDeviceMask = (...)
Mask for UsbDeviceFilter that enable connection of all usb devices.
ushort UsbOneDeviceMask = (...)
Mask for UsbDeviceFilter that enable connection of one required usb device.