예제 #1
0
파일: Function.cs 프로젝트: 01org/NMPRK
 public IPMI_GetSdrRecordFunction()
 {
     _input = new IPMI_RecordIdFunctionInput(this);
     _output = new IPMI_GetRecordFunctionOutput(this);
 }
예제 #2
0
파일: Function.cs 프로젝트: 01org/NMPRK
 public IPMI_GetSelEntryFunction()
 {
     _input = new IPMI_RecordIdFunctionInput(this);
     _output = new IPMI_GetEntryFunctionOutput(this);
 }
예제 #3
0
파일: Function.cs 프로젝트: 01org/NMPRK
 public IPMI_DeleteSelEntryFunction()
 {
     _input = new IPMI_RecordIdFunctionInput(this);
 }