获取或设置当前的GEM信息,可以用来方便的调用一些常用的功能接口,或是自己实现自定义的接口方法
命名空间:
HslCommunication.Secs
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public Gem Gem { get; set; }
Public Property Gem As Gem
Get
Set
public:
property Gem^ Gem {
Gem^ get ();
void set (Gem^ value);
}
member Gem : Gem with get, set
属性值
类型:
Gem参见