Exemple #1
0
 public static extern int SendNmCommand(
     [In] int h,
     [In] ref ipmi_req_t req,
     [In, Out] ref ipmi_rsp_t rsp);
Exemple #2
0
 public static extern int SendBridgedCommand(
     [In] int h,
     [In] byte channel,
     [In] byte address,
     [In] ref ipmi_req_t req,
     [In, Out] ref ipmi_rsp_t rsp);