Gets or sets whether the port is the master for the network. A LIN network always consists of one master and several slaves. The master transmits the schedule for frame headers, which are remote requests for specific frame IDs.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly:
NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Overridable Property IsMaster As Boolean |
| C# |
|---|
public virtual bool IsMaster { get; set; } |
| Visual C++ |
|---|
public:
virtual property bool IsMaster {
bool get ();
void set (bool value);
} |
Property Value
true (True in Visual Basic) if the port is the master.