Uses of Enum
edu.nps.moves.dis7.enumerations.AcknowledgeResponseFlag
Packages that use AcknowledgeResponseFlag
Package
Description
Infrastructure classes for enumerations supporting open-dis7-java library.
Infrastructure classes for PDU packet definitions supporting open-dis7-java library.
-
Uses of AcknowledgeResponseFlag in edu.nps.moves.dis7.enumerations
Methods in edu.nps.moves.dis7.enumerations that return AcknowledgeResponseFlagModifier and TypeMethodDescriptionstatic AcknowledgeResponseFlagAcknowledgeResponseFlag.getEnumForValue(int i)provide enumeration for a given valuestatic AcknowledgeResponseFlagAcknowledgeResponseFlag.unmarshalEnum(DataInputStream dis)Unmarshal value to DataInputStreamstatic AcknowledgeResponseFlagAcknowledgeResponseFlag.unmarshalEnum(ByteBuffer byteBuffer)Unmarshal enumeration value to ByteBufferstatic AcknowledgeResponseFlagReturns the enum constant of this type with the specified name.static AcknowledgeResponseFlag[]AcknowledgeResponseFlag.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AcknowledgeResponseFlag in edu.nps.moves.dis7.pdus
Fields in edu.nps.moves.dis7.pdus declared as AcknowledgeResponseFlagModifier and TypeFieldDescriptionprotected AcknowledgeResponseFlagAcknowledgePdu.responseFlagWhether or not the receiving entity was able to comply with the request uid 70protected AcknowledgeResponseFlagAcknowledgeRPdu.responseFlagresponse flags uid 70Methods in edu.nps.moves.dis7.pdus that return AcknowledgeResponseFlagModifier and TypeMethodDescriptionAcknowledgePdu.getResponseFlag()Getter forAcknowledgePdu.responseFlagAcknowledgeRPdu.getResponseFlag()Getter forAcknowledgeRPdu.responseFlagMethods in edu.nps.moves.dis7.pdus with parameters of type AcknowledgeResponseFlagModifier and TypeMethodDescriptionAcknowledgePdu.setResponseFlag(AcknowledgeResponseFlag pResponseFlag)Setter forAcknowledgePdu.responseFlagAcknowledgeRPdu.setResponseFlag(AcknowledgeResponseFlag pResponseFlag)Setter forAcknowledgeRPdu.responseFlag