VideoOS.Platform.DriverFramework.DeviceDiscovery.MDNSScheme Class Referencesealed

Device discovery scheme to use if the devices supported by your driver support mDNS discovery. More...

Inheritance diagram for VideoOS.Platform.DriverFramework.DeviceDiscovery.MDNSScheme:
VideoOS.Platform.DriverFramework.DeviceDiscovery.ISchemeDefinition

Properties

string DataRegex [get, set]
 Regular expression that will be matched against the TXT part of the device response.
 
string ModelRegex [get, set]
 Regular expression that will be matched against the PTR part of the device response.
 

Detailed Description

Device discovery scheme to use if the devices supported by your driver support mDNS discovery.

All properties are optional, but at least one must be filled out.

Property Documentation

◆ DataRegex

string VideoOS.Platform.DriverFramework.DeviceDiscovery.MDNSScheme.DataRegex
getset

Regular expression that will be matched against the TXT part of the device response.

◆ ModelRegex

string VideoOS.Platform.DriverFramework.DeviceDiscovery.MDNSScheme.ModelRegex
getset

Regular expression that will be matched against the PTR part of the device response.