API Connection.GetPort
From Flowcode Help
Jump to navigationJump to search| GetPort | |
| Gets a ports value from its index | |
| Index | |
| The index of the port or a quoted port name | |
| Mask | |
| The bits of the port to isolate | |
| Return | |
Detailed description
No additional information
Examples
Calling in a calculation
- Declare a variable 'result' of type BOOL
- Add to a calculation icon:
result = ::Connection.GetPort(index, mask)
No additional examples