Read-only |
|
Description |
Returns an array of channel numbers that are NOT in use. An unused channel has NO measurements subscribed to it. |
VB Syntax |
chanNumbers = chans.UnusedChannelNumbers (NumberOfChannels) |
Variable |
(Type) - Description |
chanNumbers |
Variable array to store the returned channel numbers |
chans |
A Channel collection (object) |
NumberOfChannels |
(Long Integer) Number of channels that you are requesting. |
Return Type |
One-dimensional array of long integers. The size of the array is specified by the NumberOfChannels parameter. |
Default |
Not Applicable |
Examples |
chanNumbers = chans.UnusedChannelNumbers(5) |
C++ Syntax |
HRESULT get_UnusedChannelNumbers(long numberRequested,VARIANT* channelNumbers); |
Interface |
IChannels2 |