public static interface StpApi.GPOConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getEnableOperationResultGpo()
If set to true, the GPO will change when the operation is
complete.
|
StpApi.GPIOPolarity |
getGPO1Polarity()
Operation Status - Start and Complete
|
StpApi.GPIOPolarity |
getGPO2Polarity()
In separate output mode, GPO2 will indicate with this
polarity that the operation passed.
|
StpApi.GPIOPolarity |
getGPO3Polarity()
In separate output mode, a failure will set GPO3 low or high
depending on this setting.
|
int |
getGPOPulseDuration()
The output pulse duration in milliseconds.
|
StpApi.GPIOSignalMode |
getSignalingMode()
Operation pass/fail on the same GPO or separate GPOs.
|
boolean |
hasEnableOperationResultGpo()
If set to true, the GPO will change when the operation is
complete.
|
boolean |
hasGPO1Polarity()
Operation Status - Start and Complete
|
boolean |
hasGPO2Polarity()
In separate output mode, GPO2 will indicate with this
polarity that the operation passed.
|
boolean |
hasGPO3Polarity()
In separate output mode, a failure will set GPO3 low or high
depending on this setting.
|
boolean |
hasGPOPulseDuration()
The output pulse duration in milliseconds.
|
boolean |
hasSignalingMode()
Operation pass/fail on the same GPO or separate GPOs.
|
boolean hasSignalingMode()
StpApi.GPIOSignalMode getSignalingMode()
boolean hasGPO1Polarity()
StpApi.GPIOPolarity getGPO1Polarity()
boolean hasGPO2Polarity()
StpApi.GPIOPolarity getGPO2Polarity()
boolean hasGPO3Polarity()
StpApi.GPIOPolarity getGPO3Polarity()
boolean hasGPOPulseDuration()
int getGPOPulseDuration()
boolean hasEnableOperationResultGpo()
boolean getEnableOperationResultGpo()