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