Example #1
0
 public bool Open()
 {
     if (!IsInit)
     {
         return(false);
     }
     return(OeipHelper.openDevice(Id));
 }