CANPort.CANBusOffRate Property
- Updated2023-02-21
- 2 minute(s) read
Gets or sets the bit rate at which to check the state of the CAN bus (active or off).
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 Overridable Property CANBusOffRate As UInteger |
| C# |
|---|
public virtual uint CANBusOffRate { get; set; } |
| Visual C++ |
|---|
public: virtual property unsigned int CANBusOffRate { unsigned int get (); void set (unsigned int value); } |