| FujiCommandSettingTypeReadByte 方法  | 
 
            读取指定地址的byte数据,地址格式 S100 
            Reads the byte data of the specified address, the address format S100
            
 
        命名空间: 
     HslCommunication.Profinet.Fuji
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
 语法
语法public OperateResult<byte> ReadByte(
	string address
)
Public Function ReadByte ( 
	address As String
) As OperateResult(Of Byte)
public:
OperateResult<unsigned char>^ ReadByte(
	String^ address
)
member ReadByte : 
        address : string -> OperateResult<byte> 
参数
- address
- 类型:SystemString
 起始地址,格式为S100
返回值
类型:
OperateResultByte是否读取成功的结果对象
 示例
示例 参见
参见