|
BioRadioConfigurationExternalSensors Property |
The collection of external sensors for this configuration.
Namespace: GLNeuroTech.Devices.BioRadio.ConfigurationAssembly: BioRadioAPI (in BioRadioAPI.dll) Version: 1.0.266.19973 (1.0.266.19973)
Syntax public ChannelConfiguration[] ExternalSensors { get; set; }
Public Property ExternalSensors As ChannelConfiguration()
Get
Set
public:
property array<ChannelConfiguration^>^ ExternalSensors {
array<ChannelConfiguration^>^ get ();
void set (array<ChannelConfiguration^>^ value);
}
member ExternalSensors : ChannelConfiguration[] with get, set
Property Value
Type:
ChannelConfigurationSee Also