Ejemplo n.º 1
0
        public XsDeviceParameterIdentifier id()
        {
            XsDeviceParameterIdentifier ret = (XsDeviceParameterIdentifier)xsensdeviceapiPINVOKE.XsDeviceParameter_id(swigCPtr);

            return(ret);
        }
Ejemplo n.º 2
0
 public XsDeviceParameter(XsDeviceParameterIdentifier id, int value) : this(xsensdeviceapiPINVOKE.new_XsDeviceParameter__SWIG_1((int)id, value), true)
 {
 }