Ant ChannelInclude Exclude List Configure Method
Configures the inclusion/exclusion list. If isExclusionList is true the channel IDs will be
excluded from any wild card search on this channel. Otherwise the IDs are the only IDs accepted in the search.
Throws exception if list size is greater than 4.
Definition
Namespace: SmallEarthTech.AntUsbStick
Assembly: SmallEarthTech.AntUsbStick (in SmallEarthTech.AntUsbStick.dll) Version: 4.1.1+3bc433b476ad11fc6896cfd0bd783d60504dc315
True on success. Note: Always returns true with a response time of 0
Assembly: SmallEarthTech.AntUsbStick (in SmallEarthTech.AntUsbStick.dll) Version: 4.1.1+3bc433b476ad11fc6896cfd0bd783d60504dc315
C#
public bool IncludeExcludeListConfigure(
byte listSize,
bool isExclusionList,
uint responseWaitTime
)VB
Public Function IncludeExcludeListConfigure (
listSize As Byte,
isExclusionList As Boolean,
responseWaitTime As UInteger
) As BooleanC++
public:
virtual bool IncludeExcludeListConfigure(
unsigned char listSize,
bool isExclusionList,
unsigned int responseWaitTime
) sealedF#
abstract IncludeExcludeListConfigure :
listSize : byte *
isExclusionList : bool *
responseWaitTime : uint32 -> bool
override IncludeExcludeListConfigure :
listSize : byte *
isExclusionList : bool *
responseWaitTime : uint32 -> bool Parameters
- listSize Byte
- The desired size of the list, max size is 4, 0=none
- isExclusionList Boolean
- True = exclusion list, False = inclusion list
- responseWaitTime UInt32
- Time to wait for device success response
Return Value
BooleanTrue on success. Note: Always returns true with a response time of 0