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