Ejemplo n.º 1
0
 public static extern int SendNmCommand(
     [In] int h,
     [In] ref ipmi_req_t req,
     [In, Out] ref ipmi_rsp_t rsp);
Ejemplo n.º 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);