Package javaforce.controls.s7
Class S7Types
java.lang.Object
javaforce.controls.s7.S7Types
- Author:
- pquiring
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic bytegetType(char type) static intgetTypeSize(byte data_type, int len)
-
Field Details
-
I
public static final byte I- See Also:
-
Q
public static final byte Q- See Also:
-
M
public static final byte M- See Also:
-
DB
public static final byte DB- See Also:
-
BIT
public static final byte BIT- See Also:
-
BYTE
public static final byte BYTE- See Also:
-
CHAR
public static final byte CHAR- See Also:
-
WORD
public static final byte WORD- See Also:
-
INT
public static final byte INT- See Also:
-
DWORD
public static final byte DWORD- See Also:
-
DINT
public static final byte DINT- See Also:
-
REAL
public static final byte REAL- See Also:
-
-
Constructor Details
-
S7Types
public S7Types()
-
-
Method Details
-
getTypeSize
public static int getTypeSize(byte data_type, int len) -
getType
public static byte getType(char type)
-