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.ObjectEnthält die Pids für Protokoll-bezogene Anfragen
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringaspAnswerstatic java.lang.StringaspRequeststatic java.lang.StringatgProtocolRequeststatic java.lang.Stringdatastatic java.lang.StringopCodestatic java.lang.StringprotocolIdstatic java.lang.Stringsender
-
Constructor Summary
Constructors Constructor Description PidProtocol()
-
-
-
Field Detail
-
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
-
-