Example #1
0
 internal static HandleRef getCPtr(DataRequest obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Example #2
0
 public uint readData(byte[] buffer, uint bufferSize, DataRequest.Type mod)
 {
     uint ret = ShmDataPINVOKE.DataReader_readData__SWIG_0(swigCPtr, buffer, bufferSize, (int)mod);
     return ret;
 }