Device Capabilities Class
The radio capabilities class.
Definition
Namespace: SmallEarthTech.AntRadioInterface
Assembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 5.0.2+3bc433b476ad11fc6896cfd0bd783d60504dc315
Assembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 5.0.2+3bc433b476ad11fc6896cfd0bd783d60504dc315
C#
public abstract class DeviceCapabilitiesVB
Public MustInherit Class DeviceCapabilitiesC++
public ref class DeviceCapabilities abstractF#
[<AbstractClassAttribute>]
type DeviceCapabilities = class end- Inheritance
- Object DeviceCapabilities
Constructors
| DeviceCapabilities | Initializes a new instance of the DeviceCapabilities class |
Properties
| AdvancedBurst | Gets a value indicating whether advanced burst is supported. |
| ANTFS_Support | Gets a value indicating whether this DeviceCapabilities is ANTFS supported. |
| EventBuffering | Gets a value indicating whether event buffering is supported. |
| EventFiltering | Gets a value indicating whether event filtering is supported. |
| ExtendedChannelAssignment | Gets a value indicating whether extended channel assignment is supported. |
| ExtendedMessaging | Gets a value indicating whether extended messaging is supported. |
| FITSupport | Gets a value indicating whether this DeviceCapabilities is FIT file compatible. |
| HighDutySearch | Gets a value indicating whether high duty search is supported. |
| LowPrioritySearch | Gets a value indicating whether low priority search is supported. |
| MaxANTChannels | Number of channels available. |
| MaxDataChannels | Number of SensRcore data channels available |
| MaxNetworks | Number of simultaneous networks allowed |
| NoAckMessages | Gets a value indicating whether [no ack messages]. |
| NoBurstMessages | Gets a value indicating whether [no burst messages]. |
| NoReceiveChannels | Gets a value indicating whether [no receive channels]. |
| NoReceiveMessages | Gets a value indicating whether [no receive messages]. |
| NoTransmitChannels | Gets a value indicating whether [no transmit channels]. |
| NoTransmitMessages | Gets a value indicating whether [no transmit messages]. |
| OnboardLED | Gets a value indicating whether onboard led is supported. |
| PerChannelTransmitPower | Gets a value indicating whether per channel transmit power is supported. |
| PrivateNetworks | Gets a value indicating whether private networks are supported. |
| ProximitySearch | Gets a value indicating whether proximity search is supported. |
| ScanModeSupport | Gets a value indicating whether scan mode supported. |
| ScriptSupport | Gets a value indicating whether script is supported. |
| SearchList | Gets a value indicating whether search list is supported. |
| SearchSharing | Gets a value indicating whether search sharing is supported. |
| SelectiveDataUpdate | Gets a value indicating whether selective data update is supported. |
| SerialNumber | Gets a value indicating whether serial number is supported. |
| SingleChannelEncryption | Gets a value indicating whether single channel encryption is supported. |
Methods
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetHashCode | (Inherited from Object) |
| GetType | (Inherited from Object) |
| MemberwiseClone | (Inherited from Object) |
| ToString | (Inherited from Object) |