PipeMoxaAtLeastReceiveLength 属性 |
从串口中至少接收的字节长度信息,默认为1个字节
命名空间:
HslCommunication.Core.Pipe
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public int AtLeastReceiveLength { get; set; }
Public Property AtLeastReceiveLength As Integer
Get
Set
public:
property int AtLeastReceiveLength {
int get ();
void set (int value);
}
member AtLeastReceiveLength : int with get, set
属性值
类型:
Int32参见