McAsciiHelperBuildAsciiReadRandomWordCommand 方法 |
按字为单位随机读取的指令创建
命名空间:
HslCommunication.Profinet.Melsec.Helper
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.9.1.0 (12.9.1.0)
语法public static List<byte[]> BuildAsciiReadRandomWordCommand(
McAddressData[] address
)
Public Shared Function BuildAsciiReadRandomWordCommand (
address As McAddressData()
) As List(Of Byte())
public:
static List<array<unsigned char>^>^ BuildAsciiReadRandomWordCommand(
array<McAddressData^>^ address
)
static member BuildAsciiReadRandomWordCommand :
address : McAddressData[] -> List<byte[]>
参数
- address
- 类型:HslCommunication.Core.AddressMcAddressData
地址数组
返回值
类型:
ListByte指令
参见