public static class

S7.StringA

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.code.simatic.S7.StringA

Class Overview

STRING types parser.

Summary

Constants
int MAX_LEN
int MIN_LEN
Public Constructors
StringA(int maxlen, byte[] stringBytes)
Public Methods
int getCurrentLength()
int getMaximumLength()
int getMemorySizeInBytes()
byte[] getStringBytes()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int MAX_LEN

Constant Value: 254 (0x000000fe)

public static final int MIN_LEN

Constant Value: 0 (0x00000000)

Public Constructors

public StringA (int maxlen, byte[] stringBytes)

Public Methods

public int getCurrentLength ()

public int getMaximumLength ()

public int getMemorySizeInBytes ()

public byte[] getStringBytes ()

public String toString ()