Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mac-can committed Jan 15, 2022
1 parent 5f9a127 commit 65421a4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### macOS® Wrapper Library for PCAN-USB Interfaces from Peak-System

_Copyright © 2005-2010, 2012-2022 Uwe Vogt, UV Software, Berlin ([email protected])_
_Copyright © 2005-2010, 2012-2022 Uwe Vogt, UV Software, Berlin ([email protected])_

# CAN API V3 for PCAN-USB Interfaces

Expand Down Expand Up @@ -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);

Expand Down

0 comments on commit 65421a4

Please sign in to comment.