/// <summary> /// Get a registered UDPChannel at the specified index</summary> public UDPChannel GetChannelAt(int index) { return(udpm.GetChannelAt(index)); }