FlexRay.AddFlexRayPort Method
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
Adds the specified FlexRayPort under the FlexRay section.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Function AddFlexRayPort ( _ flexRayPort As FlexRayPort _ ) As Boolean |
| C# |
|---|
public bool AddFlexRayPort( FlexRayPort flexRayPort ) |
| Visual C++ |
|---|
public: bool AddFlexRayPort( FlexRayPort^ flexRayPort ) |
Parameters
- flexRayPort
- Type: NationalInstruments.VeriStand.SystemDefinitionAPI.FlexRayPort
The port to add.