From 65421a4d9793bf810a8e68ed5bbbfa2a946469c5 Mon Sep 17 00:00:00 2001 From: Uwe McVogt Date: Sat, 15 Jan 2022 21:31:08 +0100 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c72033..bd2fb5b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ### macOS® Wrapper Library for PCAN-USB Interfaces from Peak-System -_Copyright © 2005-2010, 2012-2022 Uwe Vogt, UV Software, Berlin (info@mac-can.com)_ +_Copyright © 2005-2010, 2012-2022 Uwe Vogt, UV Software, Berlin (info@mac-can.com)_ # CAN API V3 for PCAN-USB Interfaces @@ -31,6 +31,9 @@ public: ~CPeakCAN(); // CCanApi overrides + static bool GetFirstChannel(SChannelInfo &info, void *param = NULL); + static bool GetNextChannel(SChannelInfo &info, void *param = NULL); + static CANAPI_Return_t ProbeChannel(int32_t channel, const CANAPI_OpMode_t &opMode, const void *param, EChannelState &state); static CANAPI_Return_t ProbeChannel(int32_t channel, const CANAPI_OpMode_t &opMode, EChannelState &state);