Show / Hide Table of Contents

Class CfnDecoderManifestPropsMixin.SignalDecodersItemsProperty

Information about a signal decoder.

Inheritance
object
CfnDecoderManifestPropsMixin.SignalDecodersItemsProperty
Implements
CfnDecoderManifestPropsMixin.ISignalDecodersItemsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.IoTFleetWise
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnDecoderManifestPropsMixin.SignalDecodersItemsProperty : CfnDecoderManifestPropsMixin.ISignalDecodersItemsProperty
Syntax (vb)
Public Class CfnDecoderManifestPropsMixin.SignalDecodersItemsProperty Implements CfnDecoderManifestPropsMixin.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.CfnPropertyMixins.AWS.IoTFleetWise;

             var signalDecodersItemsProperty = new SignalDecodersItemsProperty {
                 CanSignal = new CanSignalProperty {
                     Factor = "factor",
                     IsBigEndian = "isBigEndian",
                     IsSigned = "isSigned",
                     Length = "length",
                     MessageId = "messageId",
                     Name = "name",
                     Offset = "offset",
                     SignalValueType = "signalValueType",
                     StartBit = "startBit"
                 },
                 FullyQualifiedName = "fullyQualifiedName",
                 InterfaceId = "interfaceId",
                 ObdSignal = new ObdSignalProperty {
                     BitMaskLength = "bitMaskLength",
                     BitRightShift = "bitRightShift",
                     ByteLength = "byteLength",
                     IsSigned = "isSigned",
                     Offset = "offset",
                     Pid = "pid",
                     PidResponseLength = "pidResponseLength",
                     Scaling = "scaling",
                     ServiceMode = "serviceMode",
                     SignalValueType = "signalValueType",
                     StartByte = "startByte"
                 },
                 Type = "type"
             };

Synopsis

Constructors

SignalDecodersItemsProperty()

Information about a signal decoder.

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.

Constructors

SignalDecodersItemsProperty()

Information about a signal decoder.

public SignalDecodersItemsProperty()
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.CfnPropertyMixins.AWS.IoTFleetWise;

             var signalDecodersItemsProperty = new SignalDecodersItemsProperty {
                 CanSignal = new CanSignalProperty {
                     Factor = "factor",
                     IsBigEndian = "isBigEndian",
                     IsSigned = "isSigned",
                     Length = "length",
                     MessageId = "messageId",
                     Name = "name",
                     Offset = "offset",
                     SignalValueType = "signalValueType",
                     StartBit = "startBit"
                 },
                 FullyQualifiedName = "fullyQualifiedName",
                 InterfaceId = "interfaceId",
                 ObdSignal = new ObdSignalProperty {
                     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

CanSignal

Information about a signal decoder.

public object? CanSignal { get; set; }
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 CfnDecoderManifestPropsMixin.ICanSignalProperty

FullyQualifiedName

Information about a signal decoder.

public string? FullyQualifiedName { get; set; }
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.

public string? InterfaceId { get; set; }
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.

public object? ObdSignal { get; set; }
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 CfnDecoderManifestPropsMixin.IObdSignalProperty

Type

Information about a signal decoder.

public string? Type { get; set; }
Property Value

string

Remarks

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

Implements

CfnDecoderManifestPropsMixin.ISignalDecodersItemsProperty
Back to top Generated by DocFX