The PDMSection class is an internal class used as a wrapper
around the byte buffer to store a {@link PDMField}'s value

C# |
public class PDMSection

All Members | Constructors | Methods | Properties | Fields | |
Icon | Member | Description |
---|---|---|
![]() | PDMSection(Int16) | The type of section identifying REQ or OPT and FIX or VAR |
![]() | Buffer | Gets or sets the byte array to store the field value
|
![]() | createBuffer(Int32) | Creates and sets a new byte buffer of the given length |
![]() | getType()()() | Gets the type of section identifying REQ or OPT and FIX or VAR
|
![]() ![]() | SECTION_NONE | The section type representing no section
|
![]() ![]() | SECTION_OPT_FIX | The section type representing the optional-fixed section
|
![]() ![]() | SECTION_OPT_VAR | The section type representing the optional-variable section
|
![]() ![]() | SECTION_REQ_FIX | The section type representing the required-fixed section
|
![]() ![]() | SECTION_REQ_VAR | The section type representing the required-variable section
|
![]() | setType(Int16) | Sets the type of section identifying REQ or OPT and FIX or VAR |

Object | |
![]() | PDMSection |