using Toybox.Ant;
var channelType = Ant.CHANNEL_TYPE_RX_NOT_TX // Bidirectional Receive (Slave)
var network = Ant.NETWORK_PUBLIC; // Ant public network
// Get the channel
channelAssign = new Ant.ChannelAssignment(channelType, network);
// Initialize...