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