Signal Data Type
- Abstract Type
- Subtypes
- SRECSignal
| name | data type | description |
|---|---|---|
| name | string | |
| moduleInfo | ModuleInfo | |
| type | SignalType |
Example
This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
"name" : "...",
"moduleInfo" : {
"moduleType" : "INTERNAL_OBD2",
"moduleName" : "..."
},
"type" : "SREC"
}