Uses of Class
edu.nps.moves.dis7.pdus.RecordSpecificationElement
Packages that use RecordSpecificationElement
-
Uses of RecordSpecificationElement in edu.nps.moves.dis7.pdus
Fields in edu.nps.moves.dis7.pdus with type parameters of type RecordSpecificationElementModifier and TypeFieldDescriptionprotected List
<RecordSpecificationElement> RecordSpecification.recordSets
variable length list record specifications.Methods in edu.nps.moves.dis7.pdus that return RecordSpecificationElementModifier and TypeMethodDescriptionRecordSpecificationElement.setPadding
(int pPadding) Setter forpadding
RecordSpecificationElement.setPadTo64
(byte[] pPadTo64) Setter forpadTo64
RecordSpecificationElement.setRecordCount
(int pRecordCount) Utility setter forrecordCount
RecordSpecificationElement.setRecordCount
(short pRecordCount) Setter forrecordCount
RecordSpecificationElement.setRecordID
(VariableRecordType pRecordID) Setter forrecordID
RecordSpecificationElement.setRecordLength
(int pRecordLength) Utility setter forrecordLength
RecordSpecificationElement.setRecordLength
(short pRecordLength) Setter forrecordLength
RecordSpecificationElement.setRecordSetSerialNumber
(int pRecordSetSerialNumber) Setter forrecordSetSerialNumber
RecordSpecificationElement.setRecordValues
(byte[] pRecordValues) Setter forrecordValues
Methods in edu.nps.moves.dis7.pdus that return types with arguments of type RecordSpecificationElementModifier and TypeMethodDescriptionRecordSpecification.getRecordSets()
Getter forRecordSpecification.recordSets
Method parameters in edu.nps.moves.dis7.pdus with type arguments of type RecordSpecificationElementModifier and TypeMethodDescriptionRecordSpecification.setRecordSets
(List<RecordSpecificationElement> pRecordSets) Setter forRecordSpecification.recordSets