Home
GitHub
Preparing search index...
The search index is not available
EcuBus-Pro Script API Documentation
EcuBus-Pro Script API Documentation
output
Function output
output
(
msg
:
CanMessage
)
:
Promise
<
number
>
Sends a CAN message
Parameters
msg
:
CanMessage
The CAN message to be sent
Returns
Promise
<
number
>
Returns a promise that resolves to sent timestamp
output
(
msg
:
LinMsg
)
:
Promise
<
number
>
Sends a LIN message
Parameters
msg
:
LinMsg
The LIN message to be sent
Returns
Promise
<
number
>
Returns a promise that resolves to sent timestamp
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Home
GitHub
EcuBus-Pro Script API Documentation
Loading...
Sends a CAN message