00001 using System; 00002 using System.Collections.Generic; 00003 using System.Text; 00004 00005 namespace EmbeddedCh 00006 { 00007 //typedef void *ChVaList_t; /* pointer to Ch list from Ch_VaStart() */ 00008 public class ChVaList 00009 { 00010 private IntPtr ptr = IntPtr.Zero; 00011 00012 public ChVaList() 00013 { 00014 } 00015 } 00016 }