Home
GitHub
Preparing search index...
The search index is not available
EcuBus-Pro Script API Documentation
EcuBus-Pro Script API Documentation
LinMsg
Interface LinMsg<T>
interface
LinMsg
<
T
=
any
>
{
checksum
?:
number
;
checksumType
:
LinChecksumType
;
data
:
Buffer
;
database
?:
string
;
device
?:
string
;
direction
:
LinDirection
;
frameId
:
number
;
isEvent
?:
boolean
;
lincable
?:
LinCableErrorInject
;
name
?:
string
;
signals
?:
T
;
ts
?:
number
;
uuid
?:
string
;
workNode
?:
string
;
}
Type Parameters
T
=
any
Index
Properties
checksum?
checksum
Type
data
database?
device?
direction
frame
Id
is
Event?
lincable?
name?
signals?
ts?
uuid?
work
Node?
Properties
Optional
checksum
checksum
?:
number
checksum
Type
checksumType
:
LinChecksumType
data
data
:
Buffer
Optional
database
database
?:
string
Optional
device
device
?:
string
direction
direction
:
LinDirection
frame
Id
frameId
:
number
Optional
is
Event
isEvent
?:
boolean
Optional
lincable
lincable
?:
LinCableErrorInject
Optional
name
name
?:
string
Optional
signals
signals
?:
T
The children signals of the LIN message. internal use
Optional
ts
ts
?:
number
Optional
uuid
uuid
?:
string
Optional
work
Node
workNode
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
checksum
checksum
Type
data
database
device
direction
frame
Id
is
Event
lincable
name
signals
ts
uuid
work
Node
Home
GitHub
EcuBus-Pro Script API Documentation
Loading...