Class CfnDecoderManifestPropsMixin.SignalDecodersItemsProperty
Information about a signal decoder.
Inherited Members
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
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
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
Remarks
FullyQualifiedName
Information about a signal decoder.
public string? FullyQualifiedName { get; set; }
Property Value
Remarks
InterfaceId
Information about a signal decoder.
public string? InterfaceId { get; set; }
Property Value
Remarks
ObdSignal
Information about a signal decoder.
public object? ObdSignal { get; set; }
Property Value
Remarks
Type
Information about a signal decoder.
public string? Type { get; set; }