Skip to content

Commit ae7361b

Browse files
committed
Update README.md
1 parent a439e1e commit ae7361b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ public:
2727
~CPeakCAN();
2828

2929
// CCanApi overrides
30+
static bool GetFirstChannel(SChannelInfo &info, void *param = NULL);
31+
static bool GetNextChannel(SChannelInfo &info, void *param = NULL);
32+
3033
static CANAPI_Return_t ProbeChannel(int32_t channel, const CANAPI_OpMode_t &opMode, const void *param, EChannelState &state);
3134
static CANAPI_Return_t ProbeChannel(int32_t channel, const CANAPI_OpMode_t &opMode, EChannelState &state);
3235

@@ -119,7 +122,7 @@ Type `can_test /?` to display all program options.
119122
120123
### Required PCANBasic DLL
121124
122-
- Version 4.6 or later _(Latest is Greatest!)_
125+
- Version 4.5 or later _(Latest is Greatest!)_
123126
124127
## Known Bugs and Caveats
125128

0 commit comments

Comments
 (0)