Retreive Comms for a given host
| C# | Visual Basic | Visual C++ |
public IDictionary<string, Comm> Comms( Host host )
Public Function Comms ( _ host As Host _ ) As IDictionary(Of String, Comm)
public: IDictionary<String^, Comm^>^ Comms( Host^ host )
- host (Host)
- host
Dictionary of Comms where key is the Comm's name