예제 #1
0
            public SaHpiWatchdogRecT DemarshalSaHpiWatchdogRecT()
            {
                SaHpiWatchdogRecT x = new SaHpiWatchdogRecT();

                x.WatchdogNum = DemarshalSaHpiWatchdogNumT();
                x.Oem = DemarshalSaHpiUint32T();

                return x;
            }
예제 #2
0
 public void MarshalSaHpiWatchdogRecT( SaHpiWatchdogRecT x )
 {
     MarshalSaHpiWatchdogNumT( x.WatchdogNum );
     MarshalSaHpiUint32T( x.Oem );
 }
예제 #3
0
 /**
  * Check function for HPI struct SaHpiWatchdogRecT
  */
 public static bool Check( SaHpiWatchdogRecT x )
 {
     if ( x == null ) {
     return false;
     }
     return true;
 }