@Stability(value=Stable)
public static interface CfnDecoderManifest.ObdSignalProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.iotfleetwise.*; ObdSignalProperty obdSignalProperty = ObdSignalProperty.builder() .byteLength("byteLength") .offset("offset") .pid("pid") .pidResponseLength("pidResponseLength") .scaling("scaling") .serviceMode("serviceMode") .startByte("startByte") // the properties below are optional .bitMaskLength("bitMaskLength") .bitRightShift("bitRightShift") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnDecoderManifest.ObdSignalProperty.Builder
A builder for
CfnDecoderManifest.ObdSignalProperty |
static class |
CfnDecoderManifest.ObdSignalProperty.Jsii$Proxy
An implementation for
CfnDecoderManifest.ObdSignalProperty |
Modifier and Type | Method and Description |
---|---|
static CfnDecoderManifest.ObdSignalProperty.Builder |
builder() |
default String |
getBitMaskLength()
The number of bits to mask in a message.
|
default String |
getBitRightShift()
The number of positions to shift bits in the message.
|
String |
getByteLength()
The length of a message.
|
String |
getOffset()
Indicates where data appears in the message.
|
String |
getPid()
The diagnostic code used to request data from a vehicle for this signal.
|
String |
getPidResponseLength()
The length of the requested data.
|
String |
getScaling()
A multiplier used to decode the message.
|
String |
getServiceMode()
The mode of operation (diagnostic service) in a message.
|
String |
getStartByte()
Indicates the beginning of the message.
|
@Stability(value=Stable) @NotNull String getByteLength()
@Stability(value=Stable) @NotNull String getOffset()
@Stability(value=Stable) @NotNull String getPid()
@Stability(value=Stable) @NotNull String getPidResponseLength()
@Stability(value=Stable) @NotNull String getScaling()
@Stability(value=Stable) @NotNull String getServiceMode()
@Stability(value=Stable) @NotNull String getStartByte()
@Stability(value=Stable) @Nullable default String getBitMaskLength()
@Stability(value=Stable) @Nullable default String getBitRightShift()
@Stability(value=Stable) static CfnDecoderManifest.ObdSignalProperty.Builder builder()
Copyright © 2023. All rights reserved.