Interface CfnDecoderManifest.ISignalDecodersItemsProperty
Information about a signal decoder.
Namespace: Amazon.CDK.AWS.IoTFleetWise
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ISignalDecodersItemsProperty
Syntax (vb)
Public Interface 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"
},
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"
}
};
Synopsis
Properties
Can |
|
Fully |
|
Interface |
|
Obd |
|
Type |
Properties
CanSignal
virtual object CanSignal { get; }
Property Value
System.
Remarks
FullyQualifiedName
string FullyQualifiedName { get; }
Property Value
System.
Remarks
InterfaceId
string InterfaceId { get; }
Property Value
System.
Remarks
ObdSignal
virtual object ObdSignal { get; }
Property Value
System.
Remarks
Type
string Type { get; }
Property Value
System.