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 = 61440;
ushort UsbOneDeviceMask = 65535;
}

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 = 61440
Mask for UsbDeviceFilter that enable connection of all usb devices.
ushort UsbOneDeviceMask = 65535
Mask for UsbDeviceFilter that enable connection of one required usb device.