IAntConfigurationConfigureEventBuffer Method
Configures the event buffer.
Namespace: SmallEarthTech.AntRadioInterfaceAssembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 3.0.0.0+4009252dff1e4f6bcda36b6b0041486552134bc5
bool ConfigureEventBuffer(
EventBufferConfig config,
ushort size,
ushort time,
uint responseWaitTime = 0
)
Function ConfigureEventBuffer (
config As EventBufferConfig,
size As UShort,
time As UShort,
Optional responseWaitTime As UInteger = 0
) As Boolean
bool ConfigureEventBuffer(
EventBufferConfig config,
unsigned short size,
unsigned short time,
unsigned int responseWaitTime = 0
)
abstract ConfigureEventBuffer :
config : EventBufferConfig *
size : uint16 *
time : uint16 *
?responseWaitTime : uint32
(* Defaults:
let _responseWaitTime = defaultArg responseWaitTime 0
*)
-> bool
- config EventBufferConfig
- The configuration.
- size UInt16
- The size.
- time UInt16
- The time.
- responseWaitTime UInt32 (Optional)
- The response wait time in milliseconds. The default is 0ms.
Boolean
true if successful