获取或设置仪表的类型,通常是 0x10:冷水水表 0x11:生活热水水表 0x12:直饮水水表 0x13:中水水表 0x20:热量表(热量) 0x21:热量表(冷量) 0x30:燃气表 0x40:电度表
命名空间:
HslCommunication.Instrument.CJT
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public byte InstrumentType { get; set; }
Public Property InstrumentType As Byte
Get
Set
public:
virtual property unsigned char InstrumentType {
unsigned char get () sealed;
void set (unsigned char value) sealed;
}
abstract InstrumentType : byte with get, set
override InstrumentType : byte with get, set
属性值
类型:
Byte实现
ICjt188InstrumentType参见