Package de.bsvrz.sys.funclib.losb.datk
Class PidProtocol
java.lang.Object
de.bsvrz.sys.funclib.losb.datk.PidProtocol
public final class PidProtocol
extends java.lang.Object
Enthält die Pids für Protokoll-bezogene Anfragen
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
aspAnswer
static java.lang.String
aspRequest
static java.lang.String
atgProtocolRequest
static java.lang.String
data
static java.lang.String
opCode
static java.lang.String
protocolId
static java.lang.String
sender
-
Constructor Summary
Constructors Constructor Description PidProtocol()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
atgProtocolRequest
public static final java.lang.String atgProtocolRequest- See Also:
- Constant Field Values
-
sender
public static final java.lang.String sender- See Also:
- Constant Field Values
-
protocolId
public static final java.lang.String protocolId- See Also:
- Constant Field Values
-
opCode
public static final java.lang.String opCode- See Also:
- Constant Field Values
-
data
public static final java.lang.String data- See Also:
- Constant Field Values
-
aspAnswer
public static final java.lang.String aspAnswer- See Also:
- Constant Field Values
-
aspRequest
public static final java.lang.String aspRequest- See Also:
- Constant Field Values
-
-
Constructor Details
-
PidProtocol
public PidProtocol()
-