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