亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? d160a.cs

?? 界面美觀,功能齊全,連接數據庫,適合初學者
?? CS
字號:
using System.Collections.Generic;
using System.Text;
using System.Runtime.InteropServices;
namespace Daila
{
    class D160A
    {


        //初始化函數;
        [DllImport("Tc08a32.dll", CharSet = CharSet.Auto)]
        public static extern long LoadDRV();
        [DllImport("Tc08a32.dll", CharSet = CharSet.Auto)]
        public static extern void FreeDRV();
        [DllImport("Tc08a32.dll", CharSet = CharSet.Auto)]
        public static extern long EnableCard(short wusedCh, short wFileBufLen);
  
        [DllImport("Tc08a32.dll", CharSet = CharSet.Auto)]
        public static extern short CheckValidCh();
        [DllImport("Tc08a32.dll", CharSet = CharSet.Auto)]
        public static extern short CheckChType(short wChnlNo);
        //[DllImport("Tc08a32.dll", CharSet = CharSet.Auto)]
        //public static extern short CheckChTypeNew(short wChnlNo);
        //[DllImport("Tc08a32.dll", CharSet = CharSet.Auto)]
        //public static extern bool IsSupportCallerID();
        //[DllImport("Tc08a32.dll", CharSet = CharSet.Auto)]
        //public static extern void SetPackrate(short wPackRate);
        [DllImport("Tc08a32.dll", CharSet = CharSet.Auto)]
        public static extern void PUSH_PLAY();
        [DllImport("Tc08a32.dll", CharSet = CharSet.Auto)]
        public static extern void SetBusyPara(short BusyLen);
        //[DllImport("Tc08a32.dll", CharSet = CharSet.Auto)]
        //public static extern void SetDialPara(short RingBack, short RingBack0, short BusyLen, short RingTimes);
        //[DllImport("Tc08a32.dll", CharSet = CharSet.Auto)]
        //public static extern long NewReadPass(short wCardNo);
        //[DllImport("Tc08a32.dll", CharSet = CharSet.Auto)]
        //public static extern void D_SetWorkMode(short wChnlNo, byte cbWorkMode, byte cbModeVal);

        //振鈴及摘掛機函數;
        [DllImport("Tc08a32.dll", CharSet = CharSet.Auto)]
        public static extern bool RingDetect(short wChnlNo);
        [DllImport("Tc08a32.dll", CharSet = CharSet.Auto)]
        public static extern void OffHook(short wChnlNo);
        [DllImport("Tc08a32.dll", CharSet = CharSet.Auto)]
        public static extern void HangUp(short wChnlNo);
        [DllImport("Tc08a32.dll", CharSet = CharSet.Auto)]
        public static extern long ElapseTime(int wChn, int ClockType);
        [DllImport("Tc08a32.dll", CharSet = CharSet.Auto)]
        public static extern void StartPlaySignal(short wChn, int ClockType);
         [DllImport("Tc08a32.dll", CharSet = CharSet.Auto)]
        public static extern void FeedRealRing(int ChannelNo);
            [DllImport("Tc08a32.dll", CharSet = CharSet.Auto)]
        public static extern void StartHangUpDetect(short ChannelNo);
        [DllImport("Tc08a32.dll", CharSet = CharSet.Auto)]
        public static extern int HangUpDetect(short ChannelNo);
         [DllImport("Tc08a32.dll", CharSet = CharSet.Auto)]
        public static extern void FeedPower(short ChannelNo);
             [DllImport("Tc08a32.dll", CharSet = CharSet.Auto)]
        public static extern int ClearLink(short ChannelNo,int another);

   
        //放音函數;
        [DllImport("Tc08a32.dll", CharSet = CharSet.Auto)]
        public static extern void StartPlay(short wChnlNo, byte[] PlayBuf, int dwStartPos, int dwPlayLen);
        [DllImport("Tc08a32.dll", CharSet = CharSet.Auto)]
        public static extern void StopPlay(short wChnlNo);
        [DllImport("Tc08a32.dll", CharSet = CharSet.Auto)]
        public static extern bool CheckPlayEnd(short wChnlNo);

        [DllImport("Tc08a32.dll", CharSet = CharSet.Auto)]
        public static extern bool StartPlayFile(short wChnlNo, byte[] FileName, int StartPos);//原代碼

        [DllImport("Tc08a32.dll", CharSet = CharSet.Auto)]
        public static extern void StopPlayFile(short wChnlNo);
        [DllImport("Tc08a32.dll", CharSet = CharSet.Auto)]
        public static extern void RsetIndexPlayFile(short Line);
        [DllImport("Tc08a32.dll", CharSet = CharSet.Auto)]
        public static extern bool AddIndexPlayFile(short Line, byte[] FileName);//原代碼
        [DllImport("Tc08a32.dll", CharSet = CharSet.Auto)]
        public static extern bool StartPlayIndex(short wChnlNo, short[] pIndexTable, short wIndexLen);
        [DllImport("Tc08a32.dll", CharSet = CharSet.Auto)]
        public static extern bool CheckIndexPlayFile(short wChnlNo);
        [DllImport("Tc08a32.dll", CharSet = CharSet.Auto)]
        public static extern void StopIndexPlayFile(short wChnlNo);
        [DllImport("Tc08a32.dll", CharSet = CharSet.Auto)]
        public static extern bool StartIndexPlayFile(short wChnlNo);



        //錄音函數
        [DllImport("Tc08a32.dll", CharSet = CharSet.Auto)]
        public static extern bool StopRecord(short wChnlNo);
        [DllImport("Tc08a32.dll", CharSet = CharSet.Auto)]
        public static extern bool StartRecordFile(short wChnlNo,byte[] filent,long dwrecordlen);
        [DllImport("Tc08a32.dll", CharSet = CharSet.Auto)]
        public static extern bool heckRecordEnd(short wChnlNo);
        [DllImport("Tc08a32.dll", CharSet = CharSet.Auto)]
        public static extern void StopRecordFile(short wChnlNo);

        [DllImport("Tc08a32.dll", CharSet = CharSet.Auto)]
        public static extern int ReadBusyCount();

        //收碼、拔號、信號音檢測函數	


        [DllImport("Tc08a32.dll", CharSet = CharSet.Auto)]
        public static extern int  ReadCheckResult(short ChannelNo,int CheckMode);

        [DllImport("Tc08a32.dll", CharSet = CharSet.Auto)]
        public static extern void InitDtmfBuf(short wChnlNo);
        [DllImport("Tc08a32.dll", CharSet = CharSet.Auto)]
        public static extern short GetDtmfCode(short wChnlNo);
        [DllImport("Tc08a32.dll", CharSet = CharSet.Auto)]
        public static extern bool DtmfHit(short wChnlNo);
        [DllImport("Tc08a32.dll", CharSet = CharSet.Auto)]
        public static extern void StartSigCheck(short wChnlNo);
        [DllImport("Tc08a32.dll", CharSet = CharSet.Auto)]
        public static extern void FeedSigFunc();
        [DllImport("NewSig.dll", CharSet = CharSet.Auto)]
        public static extern int Sig_CheckBusy(short intcoung);

        [DllImport("Tc08a32.dll", CharSet = CharSet.Auto)]
        public static extern void SendDtmfBuf(short intcoung,string DialNum);

        [DllImport("Tc08a32.dll", CharSet = CharSet.Auto)]
        public static extern bool CheckSendEnd(short intcoung);




        [DllImport("NewSig.dll", CharSet = CharSet.Auto)]
        public static extern void Sig_ResetCheck(short Times);
        //收主叫號碼有關的函數
        [DllImport("Tc08a32.dll", CharSet = CharSet.Auto)]
        public static extern void ResetCallerIDBuffer(short wChnlNo);
        [DllImport("Tc08a32.dll", CharSet = CharSet.Auto)]
        public static extern short GetCallerIDRawStr(short wChnlNo, byte[] IDRawStr);
        [DllImport("Tc08a32.dll", CharSet = CharSet.Auto)]
        public static extern short GetCallerIDStr(short wChnlNo, byte[] IDStr);





        //新增信號音函數
        [DllImport("NewSig.dll", CharSet = CharSet.Auto)]
        public static extern void Sig_Init(int Times);
        [DllImport("tc08a32.dll", CharSet = CharSet.Auto)]
        public static extern int OffHookDetect(short ChannelNo);
  
        //聯通函數
         [DllImport("tc08a32.dll", CharSet = CharSet.Auto)]
        public static extern long SetLink(short ChannelNo,short wAnother);

        [DllImport("tc08a32.dll", CharSet = CharSet.Auto)]
        public static extern long ClearLink(short ChannelNo, short wAnother);
     }
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲另类色综合网站| 亚洲一区二区三区四区在线观看 | 日韩精品一级中文字幕精品视频免费观看| 国产欧美日韩中文久久| 亚洲高清免费一级二级三级| 欧美精品日韩一区| 日本美女视频一区二区| 久久精品视频免费| 欧美在线综合视频| 精品亚洲aⅴ乱码一区二区三区| 精品少妇一区二区三区在线视频| 激情丁香综合五月| 一区二区三区电影在线播| 精品国产一区二区三区不卡 | 日韩高清一级片| 日av在线不卡| 亚洲综合精品久久| 午夜一区二区三区视频| 777亚洲妇女| 日本精品一区二区三区高清| 日本欧美在线观看| 国产综合久久久久影院| 成人在线视频首页| 免费久久精品视频| 国产69精品久久久久毛片 | 国产在线精品一区二区| 自拍视频在线观看一区二区| 欧美一区二区三区电影| 一本大道综合伊人精品热热| 国内一区二区在线| 91在线免费看| 国产高清不卡二三区| 精品无人码麻豆乱码1区2区| 成人av电影在线观看| 激情都市一区二区| 欧美性一级生活| heyzo一本久久综合| 国产精品996| 国产精品一区一区三区| 99精品热视频| 精品久久一区二区| 亚洲图片一区二区| 成人一级视频在线观看| 欧美一区二区三区人| 亚洲欧美日韩在线| 亚洲人午夜精品天堂一二香蕉| 日日骚欧美日韩| 99精品久久久久久| 久久综合久久鬼色中文字| 欧美一级片在线| 一区二区免费在线| 粉嫩av一区二区三区在线播放| 欧美日韩在线播放一区| 欧美中文字幕一区二区三区| 国产视频亚洲色图| 久久国内精品自在自线400部| 青青草国产精品97视觉盛宴| 91一区在线观看| 欧美综合一区二区| 国产精品久久久久久久久动漫| 国产精品久久久久三级| 久久国产福利国产秒拍| 在线成人午夜影院| 亚洲国产日韩精品| 欧美午夜精品一区| 一卡二卡三卡日韩欧美| 色综合久久久久| 一区二区三区国产精华| 91看片淫黄大片一级| 亚洲综合一区在线| a亚洲天堂av| 中文字幕人成不卡一区| 亚洲永久免费av| 懂色av噜噜一区二区三区av| 国产欧美一区二区精品婷婷| 国产在线精品一区二区不卡了| 欧美成人精品高清在线播放| 久久精品免费观看| 久久久五月婷婷| 一级特黄大欧美久久久| 在线亚洲一区二区| 亚洲综合精品自拍| 91.com视频| 麻豆高清免费国产一区| 99九九99九九九视频精品| 中文字幕一区二区三区在线不卡| 成人午夜av影视| 亚洲裸体在线观看| 欧美日韩激情一区二区三区| 国产日韩av一区| 国产成人免费视频网站 | 日韩欧美一二三四区| 国产精品蜜臀av| 日本网站在线观看一区二区三区 | 国产日产欧美一区二区视频| bt欧美亚洲午夜电影天堂| 亚洲激情自拍视频| 91精品国产品国语在线不卡| 极品少妇xxxx精品少妇| 国产精品麻豆久久久| 欧美最猛性xxxxx直播| 精品一区二区综合| 日韩理论片网站| 欧美日韩国产经典色站一区二区三区| 美脚の诱脚舐め脚责91 | 6080国产精品一区二区| 国产精品99久久久久久久女警| 国产精品卡一卡二卡三| 欧美一区二区三区性视频| 国产91丝袜在线播放九色| 亚洲综合一二三区| 久久精品亚洲乱码伦伦中文| 在线观看免费亚洲| 国产**成人网毛片九色| 午夜精品免费在线| 亚洲欧洲一区二区在线播放| 欧美人动与zoxxxx乱| av一区二区久久| 久久精品国产亚洲a| 一区二区三区四区精品在线视频| 欧美一区二区观看视频| 在线视频国产一区| 国产精品18久久久久久vr| 午夜欧美2019年伦理| 中文字幕一区二区三| 精品国产伦理网| 欧美日韩日日夜夜| 色先锋aa成人| 成人一区二区三区在线观看| 久久爱www久久做| 亚洲123区在线观看| 亚洲麻豆国产自偷在线| 国产精品女人毛片| 久久精品日产第一区二区三区高清版 | 欧美日韩中字一区| 不卡一卡二卡三乱码免费网站| 狠狠色狠狠色综合系列| 视频一区二区三区入口| 亚洲综合丁香婷婷六月香| 国产精品人妖ts系列视频| 精品久久久三级丝袜| 欧美一区二区免费| 67194成人在线观看| 欧美日韩一区在线观看| 日本丶国产丶欧美色综合| 99精品久久只有精品| 99免费精品在线观看| 不卡高清视频专区| av中文字幕在线不卡| k8久久久一区二区三区| 国产成人精品在线看| 国产精品一级片在线观看| 国产黑丝在线一区二区三区| 精品中文字幕一区二区小辣椒| 蜜桃91丨九色丨蝌蚪91桃色| 日韩成人免费看| 九九久久精品视频| 国产电影一区在线| 成a人片亚洲日本久久| 色综合久久99| 欧美美女黄视频| 欧美不卡激情三级在线观看| 日韩欧美一二区| 久久久久99精品一区| 国产精品系列在线| 一区二区三区四区精品在线视频| 亚洲一卡二卡三卡四卡| 日本成人在线电影网| 国产精品一区二区久久不卡| 成人黄色小视频| 欧美视频日韩视频在线观看| 欧美顶级少妇做爰| 久久久亚洲午夜电影| 亚洲男人电影天堂| 强制捆绑调教一区二区| 国产精品伊人色| 91福利视频久久久久| 91精品国产欧美一区二区成人 | 国产99久久久国产精品潘金| 一本一道波多野结衣一区二区| 欧美人妖巨大在线| 国产人成一区二区三区影院| 亚洲激情自拍视频| 看电影不卡的网站| 色婷婷精品大视频在线蜜桃视频| 欧美猛男超大videosgay| 26uuu欧美日本| 一区二区三区视频在线观看| 免费成人在线观看| 色综合久久久久久久久| 欧美不卡视频一区| 亚洲午夜在线视频| 风间由美一区二区三区在线观看| 色综合久久久久| 国产欧美日韩另类一区| 午夜不卡av免费| 91在线播放网址| 亚洲国产精品成人综合 | 视频精品一区二区| 成人av电影免费观看|