CommunicationPipeDecideWhetherQAMessageFunction 属性 |
用来决定当前接收的消息是否是问答服务的消息
命名空间:
HslCommunication.Core.Pipe
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public Func<CommunicationPipe, OperateResult<byte[]>, bool> DecideWhetherQAMessageFunction { get; set; }
Public Property DecideWhetherQAMessageFunction As Func(Of CommunicationPipe, OperateResult(Of Byte()), Boolean)
Get
Set
public:
property Func<CommunicationPipe^, OperateResult<array<unsigned char>^>^, bool>^ DecideWhetherQAMessageFunction {
Func<CommunicationPipe^, OperateResult<array<unsigned char>^>^, bool>^ get ();
void set (Func<CommunicationPipe^, OperateResult<array<unsigned char>^>^, bool>^ value);
}
member DecideWhetherQAMessageFunction : Func<CommunicationPipe, OperateResult<byte[]>, bool> with get, set
属性值
类型:
FuncCommunicationPipe,
OperateResultByte,
Boolean参见