Exemple #1
0
 public static void Reset_Control_Block()
 {
     Basic.Reset_Control_Block();
 }
Exemple #2
0
        /*
         * {
         *      [MethodImpl(32)]
         *      add
         *      {
         *              I2CS.Error = (I2CS.GUINotifierError)Delegate.Combine(I2CS.Error, value);
         *      }
         *      [MethodImpl(32)]
         *      remove
         *      {
         *              I2CS.Error = (I2CS.GUINotifierError)Delegate.Remove(I2CS.Error, value);
         *      }
         * }
         */

        internal static void issue_error()
        {
            Basic.Reset_Control_Block();
            I2CS.Error();
        }