FX3ConnectionBurstByteCount Property |
Get or set the burst word length, in bytes. Is the total count of bytes transfered, including trigger
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic int BurstByteCount { get; set; }
Public Property BurstByteCount As Integer
Get
Set
public:
property int BurstByteCount {
int get ();
void set (int value);
}
member BurstByteCount : int with get, set
Return Value
Type:
Int32
See Also