global.bas
来自「16 relay output channels and 16 isolated」· BAS 代码 · 共 25 行
BAS
25 行
Attribute VB_Name = "Module2"
Option Explicit
Global DeviceHandle As Long
Global ptDevGetFeatures As PT_DeviceGetFeatures
Global lpDevFeatures As DEVFEATURES
Global ptTimerCountSetting As PT_TimerCountSetting
Global ErrCde As Long
Global szErrMsg As String * 80
Global nChannel As Integer
Global ptEnableEvent As PT_EnableEvent
Global ptFDITransfer As PT_FDITransfer
Global ptCheckEvent As PT_CheckEvent
Global gInterruptCount As Long
Global gReturnData As Long
Global gEventCount As Single
Global lpDioReadPort As PT_DioReadPortByte
Global gbRun As Boolean
Global gCounter As Long
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?