interface SignalDecodersItemsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.IoTFleetWise.Mixins.CfnDecoderManifestPropsMixin.SignalDecodersItemsProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsiotfleetwise/mixins#CfnDecoderManifestPropsMixin_SignalDecodersItemsProperty |
Java | software.amazon.awscdk.mixins.preview.services.iotfleetwise.mixins.CfnDecoderManifestPropsMixin.SignalDecodersItemsProperty |
Python | aws_cdk.mixins_preview.aws_iotfleetwise.mixins.CfnDecoderManifestPropsMixin.SignalDecodersItemsProperty |
TypeScript | @aws-cdk/mixins-preview » aws_iotfleetwise » mixins » CfnDecoderManifestPropsMixin » SignalDecodersItemsProperty |
Information about a signal decoder.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as iotfleetwise_mixins } from '@aws-cdk/mixins-preview/aws-iotfleetwise';
const signalDecodersItemsProperty: iotfleetwise_mixins.CfnDecoderManifestPropsMixin.SignalDecodersItemsProperty = {
canSignal: {
factor: 'factor',
isBigEndian: 'isBigEndian',
isSigned: 'isSigned',
length: 'length',
messageId: 'messageId',
name: 'name',
offset: 'offset',
signalValueType: 'signalValueType',
startBit: 'startBit',
},
fullyQualifiedName: 'fullyQualifiedName',
interfaceId: 'interfaceId',
obdSignal: {
bitMaskLength: 'bitMaskLength',
bitRightShift: 'bitRightShift',
byteLength: 'byteLength',
isSigned: 'isSigned',
offset: 'offset',
pid: 'pid',
pidResponseLength: 'pidResponseLength',
scaling: 'scaling',
serviceMode: 'serviceMode',
signalValueType: 'signalValueType',
startByte: 'startByte',
},
type: 'type',
};
Properties
| Name | Type | Description |
|---|---|---|
| can | IResolvable | Can | |
| fully | string | |
| interface | string | |
| obd | IResolvable | Obd | |
| type? | string |
canSignal?
Type:
IResolvable | Can
(optional)
fullyQualifiedName?
Type:
string
(optional)
interfaceId?
Type:
string
(optional)
obdSignal?
Type:
IResolvable | Obd
(optional)
type?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript