Exemplo n.º 1
0
 public static extern int OFS_SendFontData(uint dwHand, byte overwrite, byte[] pFileName, byte FontWidth, byte FontHeight,
                                           byte[] LibData, int LibData_len, byte FontEncode, CloseFunc pCloseFunc);
Exemplo n.º 2
0
 public void Open(CloseFunc cf)
 {
     gameObject.SetActive(true);
     func = new CloseFunc(cf);
 }
Exemplo n.º 3
0
 public static extern int OFS_SendFirmWareData(uint dwHand, byte overwrite, byte[] pFileName, byte[] FirmWareData, int FirmWareDataLen, CloseFunc pCloseFunc);
Exemplo n.º 4
0
 /// <summary>
 /// Set CloseFunc
 /// </summary>
 public void Init(CloseFunc Func)
 {
     this.Func = Func;
 }