FTPBase.BufferLength Property
- Mise à jour2023-02-21
- Temps de lecture : 2 minute(s)
Gets or sets the size of the buffer, in bytes, to use for streaming data.
Namespace:
NationalInstruments.VeriStand.StimulusProfileDefinitionApiAssembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Property BufferLength As UInteger |
| C# |
|---|
public uint BufferLength { get; set; } |
| Visual C++ |
|---|
public: property unsigned int BufferLength { unsigned int get (); void set (unsigned int value); } |
Property Value
The size of the buffer in bytes. The minimum value is 2.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The value of BufferLength is less than 2. |