AllenBradleyHelperPackRequestWrite 方法 (String, Boolean) |
写入Bool数据的基本指令信息
命名空间:
HslCommunication.Profinet.AllenBradley
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static byte[] PackRequestWrite(
string address,
bool value
)
Public Shared Function PackRequestWrite (
address As String,
value As Boolean
) As Byte()
public:
static array<unsigned char>^ PackRequestWrite(
String^ address,
bool value
)
static member PackRequestWrite :
address : string *
value : bool -> byte[]
参数
- address
- 类型:SystemString
地址 - value
- 类型:SystemBoolean
值
返回值
类型:
Byte报文信息
参见