Click or drag to resize

BaseDeviceControllerSupportedChainableFeatureMap Property

The map of chainable feature types supported by this device. The value indicates whether the feature is a transmitter or a receiver.

Namespace: RAYLASE.Marker.Device
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public IDictionary<ChainableFeatureType, TransmitterReceiverType> SupportedChainableFeatureMap { get; }

Property Value

IDictionaryChainableFeatureType, TransmitterReceiverType
See Also