Uses of Class
com.serotonin.bacnet4j.enums.MaxApduLength
-
Packages that use MaxApduLength Package Description com.serotonin.bacnet4j.enums -
-
Uses of MaxApduLength in com.serotonin.bacnet4j.enums
Methods in com.serotonin.bacnet4j.enums that return MaxApduLength Modifier and Type Method Description static MaxApduLength
MaxApduLength. valueOf(byte id)
Returns the enum constant of this type with the specified name.static MaxApduLength
MaxApduLength. valueOf(String name)
Returns the enum constant of this type with the specified name.static MaxApduLength[]
MaxApduLength. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-