RfsgDataTransferAdvanced.PreferredPacketSize Property
- Updated2024-05-08
- 1 minute(s) read
RfsgDataTransferAdvancedPreferredPacketSize Property
Gets or sets the preferred size of the data field in a PCI Express read request packet.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public int PreferredPacketSize { get; set; }
Public Property PreferredPacketSize As Integer Get Set
Property Value
Type: Int32Specifies an Int32 representing the preferred size of the data field in a PCI Express read request packet.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The PreferredPacketSize property was accessed after the associated NIRfsg object was disposed. |