IDataTransferParseSource 方法 |
从字节数组进行解析实际的对象
命名空间:
HslCommunication
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 void ParseSource(
byte[] Content
)
Sub ParseSource (
Content As Byte()
)
void ParseSource(
array<unsigned char>^ Content
)
abstract ParseSource :
Content : byte[] -> unit
参数
- Content
- 类型:SystemByte
从远程读取的数据源
参见