Set limit on the maximum size to send to the device
Declaration Syntax
C# | Visual Basic | Visual C++ |
public byte MaxTxCount { get; set; }
Public Property MaxTxCount As Byte
public: property unsigned char MaxTxCount { unsigned char get (); void set (unsigned char value); }