HslHelperExtractTransformParameter 方法 |
解析地址的附加
DataFormat参数方法,比如你的地址是format=ABCD;D100,可以提取出"format"的值的同时,修改地址本身,如果"format"不存在的话,返回默认的
IByteTransform对象
Parse the additional
DataFormat parameter method of the address. For example, if your address is format=ABCD;D100,
you can extract the value of "format" and modify the address itself. If "format" does not exist,
Return the default
IByteTransform object
命名空间:
HslCommunication.Core
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static IByteTransform ExtractTransformParameter(
ref string address,
IByteTransform defaultTransform
)
Public Shared Function ExtractTransformParameter (
ByRef address As String,
defaultTransform As IByteTransform
) As IByteTransform
public:
static IByteTransform^ ExtractTransformParameter(
String^% address,
IByteTransform^ defaultTransform
)
static member ExtractTransformParameter :
address : string byref *
defaultTransform : IByteTransform -> IByteTransform
参数
- address
- 类型:SystemString
复杂的地址格式,比如:format=ABCD;D100 - defaultTransform
- 类型:HslCommunication.CoreIByteTransform
默认的数据转换信息
返回值
类型:
IByteTransform解析后的参数结果内容
参见