public class OutputProtection
extends java.lang.Object
| Constructor and Description |
|---|
OutputProtection(boolean digital,
boolean analogue,
boolean enforce)
Instantiates a new Output Protection.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAnalogue()
Returns if the protection for analogue output is enabled.
|
boolean |
isDigital()
Returns if the protection for digital output is enabled.
|
boolean |
isEnforce()
Returns if the hard output protection is enabled.
|
public OutputProtection(boolean digital,
boolean analogue,
boolean enforce)
digital - enables digital protection.analogue - enables analogue protection.enforce - enforces hard output protection.public boolean isDigital()
public boolean isAnalogue()
public boolean isEnforce()