AntCollectionAdd Method
Adds the specified
AntDevice to the end of the collection.
Namespace: SmallEarthTech.AntPlus.Extensions.HostingAssembly: SmallEarthTech.AntPlus.Extensions.Hosting (in SmallEarthTech.AntPlus.Extensions.Hosting.dll) Version: 2.0.0+c7a96f474ca7ff8aa6ed4e4d3eea61b53199a42c
public void Add(
AntDevice item
)
Public Sub Add (
item As AntDevice
)
public:
void Add(
AntDevice^ item
)
member Add :
item : AntDevice -> unit
Parameters
- item AntDevice
- The AntDevice.