LBM .Net API Documentation
PDMSection Class
Namespacescom.latencybusters.pdmPDMSection
The PDMSection class is an internal class used as a wrapper around the byte buffer to store a {@link PDMField}'s value
Declaration Syntax
C#
public class PDMSection
Members
All MembersConstructorsMethodsPropertiesFields



IconMemberDescription
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

Inheritance Hierarchy
Object
PDMSection

Assembly: lbmcspdm (Module: lbmcspdm) Version: 6.7.1.0 (1.0.0.0)