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