Esempio n. 1
0
 public DatabaseMarshaler()
 {
     copyInDelegate = CopyIn;
     copyOutDelegate = CopyOut;
     readerCopyDelegate = ReaderCopy;
 }
Esempio n. 2
0
 internal static extern V_RESULT LookupInstance(
     IntPtr _this,
     IntPtr keyTemplate,
     SampleCopyInDelegate copyIn,
     ref long handle);
 public DatabaseMarshaler()
 {
     copyInDelegate  = CopyIn;
     copyOutDelegate = CopyOut;
 }
Esempio n. 4
0
 public DatabaseMarshaler()
 {
     copyInDelegate     = CopyIn;
     copyOutDelegate    = CopyOut;
     readerCopyDelegate = ReaderCopy;
 }
Esempio n. 5
0
 public static extern V_RESULT Write(
     IntPtr _this,
     SampleCopyInDelegate copy,
     IntPtr data,
     os_timeW timestamp,
     long handle);
Esempio n. 6
0
 public static extern V_RESULT RegisterInstance(
     IntPtr _this,
     SampleCopyInDelegate copy,
     IntPtr data,
     os_timeW timestamp,
     ref long handle);