AntRadioConfigureAdvancedBurstSplitting Method
Configures the advanced burst splitting.
Namespace: SmallEarthTech.AntUsbStickAssembly: SmallEarthTech.AntUsbStick (in SmallEarthTech.AntUsbStick.dll) Version: 3.0.0.0+01fc5ca24e8f030354f28ec9cef320bc5cbb0ef6
public bool ConfigureAdvancedBurstSplitting(
bool splitBursts
)
Public Function ConfigureAdvancedBurstSplitting (
splitBursts As Boolean
) As Boolean
public:
virtual bool ConfigureAdvancedBurstSplitting(
bool splitBursts
) sealed
abstract ConfigureAdvancedBurstSplitting :
splitBursts : bool -> bool
override ConfigureAdvancedBurstSplitting :
splitBursts : bool -> bool
- splitBursts Boolean
- if set to true [split bursts].
Boolean
true if successful
IAntConfigurationConfigureAdvancedBurstSplitting(Boolean)