AllenBradleySLCNetAnalysisBitIndex 方法 |
分析地址数据信息里的位索引的信息
命名空间:
HslCommunication.Profinet.AllenBradley
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static string AnalysisBitIndex(
string address,
out int bitIndex
)
Public Shared Function AnalysisBitIndex (
address As String,
<OutAttribute> ByRef bitIndex As Integer
) As String
public:
static String^ AnalysisBitIndex(
String^ address,
[OutAttribute] int% bitIndex
)
static member AnalysisBitIndex :
address : string *
bitIndex : int byref -> string
参数
- address
- 类型:SystemString
数据地址 - bitIndex
- 类型:SystemInt32
位索引
返回值
类型:
String地址信息
参见