Home | Trees | Indices | Help |
|
---|
|
This Python wrapper enables the use of the J1939 API with a more Python like interface class.
|
|||
J1939Error Exception class for J1939 API specific errors |
|||
J1939Message Definition of a J1939 message "struct" for transmission and reception. |
|||
J1939 Python Wrapper for the J1939 API. |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
API functions return the product version number of the J1939 API.
|
API functions return a 32 bit unsigned value to indicate success or failure of the function. This is represented as an exception in python. The function GetExceptionString() returns a string describing a particular exception value
|
During the administration of an API instance, errors can occur independently from the calling of particular functions. These errors are then registered in the reception queue and delivered to the API as error messages. The error code part of the error message indicates the type of error and the location of the error occurance. The GetErrorString() function returns a string describing the error code.
|
Retrieves a list of available IXXAT CAN boards for use
|
Function for converting python strings to a C string reference for passing as a paramater to the Send() function
|
Function for converting C string references received via the Receive() function to python strings
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Mar 12 17:55:19 2014 | http://epydoc.sourceforge.net |