ShineInLightSourceControllerRead 方法 |
命名空间:
HslCommunication.Instrument.Light
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public OperateResult<ShineInLightData> Read(
byte channel
)
Public Function Read (
channel As Byte
) As OperateResult(Of ShineInLightData)
public:
OperateResult<ShineInLightData^>^ Read(
unsigned char channel
)
member Read :
channel : byte -> OperateResult<ShineInLightData>
参数
- channel
- 类型:SystemByte
读取的通道信息
返回值
类型:
OperateResultShineInLightData读取的参数值
参见