23 * This is an implementation of the abstract class CCanAccess. It serves as a can bus access layer that will communicate with Peak USB-CAN devices (Windows only)
48 * Method that sends a remote request trough the can bus channel. If the method createBus was not called before this, sendMessage will fail, as there is no
49 * can bus channel to send the request trough. Similar to sendMessage, but it sends an special message reserved for requests.
50 * @param cobID: Identifier that will be used for the request.
51 * @return: Was the initialisation process successful?
52 */
53virtualbool sendRemoteRequest(short cobID);
54//Returns the instance of the CanStatistics object
55virtualvoid getStatistics( CanStatistics & result );