Gets the WirelessChannel::ChannelId associated with the data point.
A WirelessChannel::ChannelId representing which channel this data corresponds with.
Gets the channel number associated with the data point (ch1 = 1, ch8 = 8), when applicable. Otherwise, this will return a 0 (for example, a Structural Health data point doesn't relate an actual channel on the Wireless Node, so this will be a 0). This number can be used to relate to the Node's WirelessChannel in the map returned from calling <WirelessNode::channels>().
The channel number associated with the data point.
Gets the name of the channel. This is the universal channel name that should be used for uploading to SensorCloud.
The name of the channel.
Error: Unknown channel.
A typedef for a collection (vector) of WirelessDataPoints