RfsgDataTransferAdvanced.PreferredPacketSize Property
- Updated2025-05-22
- 1 minute(s) read
Rfsg
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.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025
Syntax
public int PreferredPacketSize { get; set; }
Public Property PreferredPacketSize As Integer Get Set
Property Value
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. |