ShineInLightSourceControllerExtractActualData 方法 |
把服务器反馈的数据解析成实际的命令
命名空间:
HslCommunication.Instrument.Light
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static OperateResult<byte[]> ExtractActualData(
byte[] response
)
Public Shared Function ExtractActualData (
response As Byte()
) As OperateResult(Of Byte())
public:
static OperateResult<array<unsigned char>^>^ ExtractActualData(
array<unsigned char>^ response
)
static member ExtractActualData :
response : byte[] -> OperateResult<byte[]>
参数
- response
- 类型:SystemByte
反馈的数据
返回值
类型:
OperateResultByte结果内容
参见