Example #1
0
 public void Add(DeviceParam value)
 {
     GmsecPINVOKE.DeviceParamList_Add(swigCPtr, DeviceParam.getCPtr(value));
     if (GmsecPINVOKE.SWIGPendingException.Pending)
     {
         throw GmsecPINVOKE.SWIGPendingException.Retrieve();
     }
 }