public enum Fc extends Enum<Fc>
| 枚举常量和说明 |
|---|
BL
Blocking
|
BR
Buffered Reporting
|
CF
Configuration
|
CO
Control, deprecated but kept here for backward compatibility
|
DC
Description
|
EX
Extended definition
|
MX
Measurands - analogue values
|
OR
Operate received
|
RP
Unbuffered Reporting
|
SE
Setting group editable
|
SG
Setting group
|
SP
Setpoint
|
SR
Service response / Service tracking
|
ST
Status information
|
SV
Substitution
|
public static final Fc ST
public static final Fc MX
public static final Fc SP
public static final Fc SV
public static final Fc CF
public static final Fc DC
public static final Fc SG
public static final Fc SE
public static final Fc SR
public static final Fc OR
public static final Fc BL
public static final Fc EX
public static final Fc CO
public static final Fc RP
public static final Fc BR
public static Fc[] values()
for (Fc c : Fc.values()) System.out.println(c);
public static Fc valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2025. All rights reserved.