UsbDeviceCapabilities Class

This class exposes the ANT radio capabilities.

Definition

Namespace: SmallEarthTech.AntUsbStick
Assembly: SmallEarthTech.AntUsbStick (in SmallEarthTech.AntUsbStick.dll) Version: 3.0.0.0+4009252dff1e4f6bcda36b6b0041486552134bc5
C#
public class UsbDeviceCapabilities : DeviceCapabilities
Inheritance
Object    DeviceCapabilities    UsbDeviceCapabilities

Properties

AdvancedBurstGets a value indicating whether advanced burst is supported.
(Inherited from DeviceCapabilities)
ANTFS_SupportGets a value indicating whether this DeviceCapabilities is ANTFS supported.
(Inherited from DeviceCapabilities)
EventBufferingGets a value indicating whether event buffering is supported.
(Inherited from DeviceCapabilities)
EventFilteringGets a value indicating whether event filtering is supported.
(Inherited from DeviceCapabilities)
ExtendedChannelAssignmentGets a value indicating whether extended channel assignment is supported.
(Inherited from DeviceCapabilities)
ExtendedMessagingGets a value indicating whether extended messaging is supported.
(Inherited from DeviceCapabilities)
FITSupportGets a value indicating whether this DeviceCapabilities is FIT file compatible.
(Inherited from DeviceCapabilities)
HighDutySearchGets a value indicating whether high duty search is supported.
(Inherited from DeviceCapabilities)
LowPrioritySearchGets a value indicating whether low priority search is supported.
(Inherited from DeviceCapabilities)
MaxANTChannels Number of channels available.
(Inherited from DeviceCapabilities)
MaxDataChannels Number of SensRcore data channels available
(Inherited from DeviceCapabilities)
MaxNetworks Number of simultaneous networks allowed
(Inherited from DeviceCapabilities)
NoAckMessagesGets a value indicating whether [no ack messages].
(Inherited from DeviceCapabilities)
NoBurstMessagesGets a value indicating whether [no burst messages].
(Inherited from DeviceCapabilities)
NoReceiveChannelsGets a value indicating whether [no receive channels].
(Inherited from DeviceCapabilities)
NoReceiveMessagesGets a value indicating whether [no receive messages].
(Inherited from DeviceCapabilities)
NoTransmitChannelsGets a value indicating whether [no transmit channels].
(Inherited from DeviceCapabilities)
NoTransmitMessagesGets a value indicating whether [no transmit messages].
(Inherited from DeviceCapabilities)
OnboardLEDGets a value indicating whether onboard led is supported.
(Inherited from DeviceCapabilities)
PerChannelTransmitPowerGets a value indicating whether per channel transmit power is supported.
(Inherited from DeviceCapabilities)
PrivateNetworksGets a value indicating whether private networks are supported.
(Inherited from DeviceCapabilities)
ProximitySearchGets a value indicating whether proximity search is supported.
(Inherited from DeviceCapabilities)
ScanModeSupportGets a value indicating whether scan mode supported.
(Inherited from DeviceCapabilities)
ScriptSupportGets a value indicating whether script is supported.
(Inherited from DeviceCapabilities)
SearchListGets a value indicating whether search list is supported.
(Inherited from DeviceCapabilities)
SearchSharingGets a value indicating whether search sharing is supported.
(Inherited from DeviceCapabilities)
SelectiveDataUpdateGets a value indicating whether selective data update is supported.
(Inherited from DeviceCapabilities)
SerialNumberGets a value indicating whether serial number is supported.
(Inherited from DeviceCapabilities)
SingleChannelEncryptionGets a value indicating whether single channel encryption is supported.
(Inherited from DeviceCapabilities)

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also