| DLTTransformTransDltFromStrings 方法 (DLT645Type, String, Byte, Boolean) | 
 
            将字符串数据,转变为实际的等待写入的数据信息
            
 
        命名空间: 
     HslCommunication.Instrument.DLT
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
 语法
语法public static OperateResult<byte[]> TransDltFromStrings(
	DLT645Type type,
	string[] contents,
	byte[] dataID,
	bool reverse
)
Public Shared Function TransDltFromStrings ( 
	type As DLT645Type,
	contents As String(),
	dataID As Byte(),
	reverse As Boolean
) As OperateResult(Of Byte())
public:
static OperateResult<array<unsigned char>^>^ TransDltFromStrings(
	DLT645Type type, 
	array<String^>^ contents, 
	array<unsigned char>^ dataID, 
	bool reverse
)
static member TransDltFromStrings : 
        type : DLT645Type * 
        contents : string[] * 
        dataID : byte[] * 
        reverse : bool -> OperateResult<byte[]> 
参数
- type
- 类型:HslCommunication.Instrument.DLT.HelperDLT645Type
 DLT类型
- contents
- 类型:SystemString
 字符串数据信息
- dataID
- 类型:SystemByte
 数据ID信息
- reverse
- 类型:SystemBoolean
 数据是否反转
返回值
类型:
OperateResultByte原始数据信息
 参见
参见