Show / Hide Table of Contents

Interface CfnDecoderManifest.ISignalDecodersItemsProperty

Information about a signal decoder.

Namespace: Amazon.CDK.AWS.IoTFleetWise
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnDecoderManifest.ISignalDecodersItemsProperty
Syntax (vb)
Public Interface CfnDecoderManifest.ISignalDecodersItemsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotfleetwise-decodermanifest-signaldecodersitems.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.IoTFleetWise;

             var signalDecodersItemsProperty = new SignalDecodersItemsProperty {
                 FullyQualifiedName = "fullyQualifiedName",
                 InterfaceId = "interfaceId",
                 Type = "type",

                 // the properties below are optional
                 CanSignal = new CanSignalProperty {
                     Factor = "factor",
                     IsBigEndian = "isBigEndian",
                     IsSigned = "isSigned",
                     Length = "length",
                     MessageId = "messageId",
                     Offset = "offset",
                     StartBit = "startBit",

                     // the properties below are optional
                     Name = "name",
                     SignalValueType = "signalValueType"
                 },
                 ObdSignal = new ObdSignalProperty {
                     ByteLength = "byteLength",
                     Offset = "offset",
                     Pid = "pid",
                     PidResponseLength = "pidResponseLength",
                     Scaling = "scaling",
                     ServiceMode = "serviceMode",
                     StartByte = "startByte",

                     // the properties below are optional
                     BitMaskLength = "bitMaskLength",
                     BitRightShift = "bitRightShift",
                     IsSigned = "isSigned",
                     SignalValueType = "signalValueType"
                 }
             };

Synopsis

Properties

CanSignal

Information about a signal decoder.

FullyQualifiedName

Information about a signal decoder.

InterfaceId

Information about a signal decoder.

ObdSignal

Information about a signal decoder.

Type

Information about a signal decoder.

Properties

CanSignal

Information about a signal decoder.

object? CanSignal { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotfleetwise-decodermanifest-signaldecodersitems.html#cfn-iotfleetwise-decodermanifest-signaldecodersitems-cansignal

Type union: either IResolvable or CfnDecoderManifest.ICanSignalProperty

FullyQualifiedName

Information about a signal decoder.

string FullyQualifiedName { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotfleetwise-decodermanifest-signaldecodersitems.html#cfn-iotfleetwise-decodermanifest-signaldecodersitems-fullyqualifiedname

InterfaceId

Information about a signal decoder.

string InterfaceId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotfleetwise-decodermanifest-signaldecodersitems.html#cfn-iotfleetwise-decodermanifest-signaldecodersitems-interfaceid

ObdSignal

Information about a signal decoder.

object? ObdSignal { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotfleetwise-decodermanifest-signaldecodersitems.html#cfn-iotfleetwise-decodermanifest-signaldecodersitems-obdsignal

Type union: either IResolvable or CfnDecoderManifest.IObdSignalProperty

Type

Information about a signal decoder.

string Type { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotfleetwise-decodermanifest-signaldecodersitems.html#cfn-iotfleetwise-decodermanifest-signaldecodersitems-type

Back to top Generated by DocFX