| Keysight.Visa Namespace > TcpipSession Class : HiSLIPMaximumMessageKBytes Property |
'DeclarationPublic Property HiSLIPMaximumMessageKBytes As Integer
'UsageDim instance As TcpipSession Dim value As Integer instance.HiSLIPMaximumMessageKBytes = value value = instance.HiSLIPMaximumMessageKBytes
public int HiSLIPMaximumMessageKBytes {get; set;}
The range is between Int32.MinValue and Int32.MaxValue, inclusive. Negative values are converted to unsigned integers between Int32.MaxValue + 1 and UInt32.MaxValue before they are used. The default is 1024, which results in a 1 MB maximum message size.
Current with Keysight IO Libraries Suite 18