ShineInLightSourceControllerBuildReadCommand 方法 |
构建读取数据的报文命令
命名空间:
HslCommunication.Instrument.Light
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static byte[] BuildReadCommand(
byte channel
)
Public Shared Function BuildReadCommand (
channel As Byte
) As Byte()
public:
static array<unsigned char>^ BuildReadCommand(
unsigned char channel
)
static member BuildReadCommand :
channel : byte -> byte[]
参数
- channel
- 类型:SystemByte
通道信息
返回值
类型:
Byte构建读取的命令
参见