代码搜索结果

找到约 10,000 项符合 Communication 的代码

communication.h

#ifndef __COMMUNICATION_H__ #define __COMMUNICATION_H__ #include //Communication type definition #define COMMU_TCP 1 #define COMMU_RAW 2 #define COMMU_UDP 3 #define COMMU_IP

communication.cpp

#include "Phocus1820BSP.h" #include "CommonDef.h" #include "Config.h" #include "Protocal.h" #include "Net.h" #include "Sync.h" #include #include #include "Phocus1820IMG.h

communication.vbp

Type=Exe Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINDOWS\System32\stdole2.tlb#OLE Automation Object={648A5603-2C6E-101B-82B6-000000000014}#1.1#0; MSCOMM32.OCX Object={3B7C8863-

communication.frm

VERSION 5.00 Object = "{648A5603-2C6E-101B-82B6-000000000014}#1.1#0"; "MSCOMM32.OCX" Object = "{3B7C8863-D78F-101B-B9B5-04021C009402}#1.2#0"; "RICHTX32.OCX" Object = "{F9043C88-F6F2-101A-A3C9-08002

communication.vbw

frmMain = 44, 58, 630, 503, , 81, 118, 667, 583, C MdlGlbVal = 66, 87, 665, 539, C frmAbout = 0, 0, 591, 448, C, 88, 116, 687, 568, C frmCfgSPort = 132, 174, 731, 626, , 110, 145, 709, 597, C frmP

communication.h

#if !defined(_COMM_ACCESS_FUNCTIONS_AND_DATA) #define _COMM_ACCESS_FUNCTIONS_AND_DATA #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 #include class CComStatus { pub

communication.cpp

#include "Communication.h" #include CComStatus::CComStatus() { m_hCom = NULL; m_bComId = 1;//COM1 m_bByteSize=8; m_bStopBits=ONESTOPBIT; m_bParity=NOPARITY; m_dwBaudRat