Esempio n. 1
0
 public IPMI_GetSdrRecordFunction()
 {
     _input = new IPMI_RecordIdFunctionInput(this);
     _output = new IPMI_GetRecordFunctionOutput(this);
 }
Esempio n. 2
0
 public IPMI_GetSelEntryFunction()
 {
     _input = new IPMI_RecordIdFunctionInput(this);
     _output = new IPMI_GetEntryFunctionOutput(this);
 }
Esempio n. 3
0
 public IPMI_DeleteSelEntryFunction()
 {
     _input = new IPMI_RecordIdFunctionInput(this);
 }