Home
GitHub
Preparing search index...
The search index is not available
EcuBus-Pro Script API Documentation
EcuBus-Pro Script API Documentation
LinMsg
Interface LinMsg
interface
LinMsg
{
checksum
?:
number
;
checksumType
:
LinChecksumType
;
children
?:
{
data
:
string
;
name
:
string
}
[]
;
data
:
Buffer
;
database
?:
string
;
device
?:
string
;
direction
:
LinDirection
;
frameId
:
number
;
isEvent
?:
boolean
;
name
?:
string
;
ts
?:
number
;
uuid
?:
string
;
workNode
?:
string
;
}
Index
Properties
checksum?
checksum
Type
children?
data
database?
device?
direction
frame
Id
is
Event?
name?
ts?
uuid?
work
Node?
Properties
Optional
checksum
checksum
?:
number
checksum
Type
checksumType
:
LinChecksumType
Optional
children
children
?:
{
data
:
string
;
name
:
string
}
[]
The children signals of the CAN message. internal use
data
data
:
Buffer
Optional
database
database
?:
string
Optional
device
device
?:
string
direction
direction
:
LinDirection
frame
Id
frameId
:
number
Optional
is
Event
isEvent
?:
boolean
Optional
name
name
?:
string
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
children
data
database
device
direction
frame
Id
is
Event
name
ts
uuid
work
Node
Home
GitHub
EcuBus-Pro Script API Documentation
Loading...