Client.portByName
Get a Port by name. Real-time safe.
Parameters
name | The port name (zero terminated string) |
Returns
The Port which will be a null valued port (isNull()) if not found
Port portByName(string name)Get a Port by name. NOT real-time safe (may allocate).
Parameters
name | The port name |
Returns
The Port which will be a null valued port (isNull()) if not found