Esempio n. 1
0
 public static extern herr_t set_inpad(hid_t dtype_id, pad_t inpad);
Esempio n. 2
0
 public static extern herr_t set_pad
     (hid_t dtype_id, pad_t lsb, pad_t msb);
Esempio n. 3
0
 public static extern herr_t get_pad
     (hid_t dtype_id, ref pad_t lsb, ref pad_t msb);