FX3ConnectionBurstMode Property |
Switches burstMode on and off. Set burstMode to the number of burst read registers.
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic ushort BurstMode { get; set; }
Public Property BurstMode As UShort
Get
Set
public:
virtual property unsigned short BurstMode {
unsigned short get () sealed;
void set (unsigned short value) sealed;
}
abstract BurstMode : uint16 with get, set
override BurstMode : uint16 with get, set
Return Value
Type:
UInt16The number of burst read registers.
Implements
IRegInterface.BurstMode
See Also