Enum SRVTag
-
-
Enum Constant Summary
Enum Constants Enum Constant Description REQ_IS_ONLINEhex = "0x08000001", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
IS_ONLINEhex = "0x08800001", type = DataType.BOOL
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
REQ_ADD_USERhex = "0x08000002", type = DataType.STRING
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
ADD_USERhex = "0x08800002", type = DataType.BOOL
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
GENERAL_ERRORhex = "0x08FFFFFF", type = DataType.CONTAINER
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
-
Method Summary
Modifier and Type Method Description final SRVTagvalueOf(String value)Returns the enum constant of this type with the specified name. final Array<SRVTag>values()Returns an array containing the constants of this enum type, in the order they're declared. NamespacegetNamespace()StringgetHex()DataTypegetType()final EnumEntries<SRVTag>getEntries()Defines tags that affect the server of the home power plant. -
-
Method Detail
-
valueOf
final SRVTag valueOf(String value)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
- Parameters:
value- Der Namespace des Tags für die Abbildung des jeweiligen Bereichs
-
values
final Array<SRVTag> values()
Returns an array containing the constants of this enum type, in the order they're declared.
This method may be used to iterate over the constants.
-
getNamespace
Namespace getNamespace()
-
getEntries
final EnumEntries<SRVTag> getEntries()
Defines tags that affect the server of the home power plant. Currently only status queries and user management
- Since:
2.0
-
-
-
-