Antilatency.DeviceNetwork.Interop.Constants

Antilatency.DeviceNetwork.Interop.Constants

Constants group in Antilatency.DeviceNetwork.Interop
constants group Constants {
string FirmwareNameKey = "sys/FirmwareName";
string FirmwareVersionKey = "sys/FirmwareVersion";
string HardwareNameKey = "sys/HardwareName";
string HardwareVersionKey = "sys/HardwareVersion";
string HardwareSerialNumberKey = "sys/HardwareSerialNumber";
string ImageVersionKey = "sys/ImageVersion";
ushort IpBroadcastSenderPort = 48100;
ushort IpBroadcastReceiverPort = 48101;
ushort IpDefaultStreamPort = 48052;
}

Constants

string FirmwareNameKey = "sys/FirmwareName"
Default property key for getting current firmware name. All Antilatency devices must have it.
string FirmwareVersionKey = "sys/FirmwareVersion"
Default property key for getting current firmware version. All Antilatency devices must have it.
string HardwareNameKey = "sys/HardwareName"
Default property key for getting hardware name of the device. All Antilatency devices must have it.
string HardwareVersionKey = "sys/HardwareVersion"
Default property key for getting hardware version of the device. All Antilatency devices must have it.
string HardwareSerialNumberKey = "sys/HardwareSerialNumber"
Default property key for getting serial number of the device. All Antilatency devices must have it.
string ImageVersionKey = "sys/ImageVersion"
Default property key for getting current image version of the device. The image is the firmware and a set of properties loaded into the device when the firmware was updated.
ushort IpBroadcastSenderPort = 48100ushort IpBroadcastReceiverPort = 48101ushort IpDefaultStreamPort = 48052