public class InspcTelgInfoSet extends InspcDataExchangeAccess.Inspcitem
InspcDataExchangeAccess.Inspcitem
 because the last one is used in a embedded target system translated with Java2C.
 Not necessary code shouldn't lade it.| Modifier and Type | Field and Description | 
|---|---|
| static int | versionVersion, history and license. | 
kAccessCheck, kAnswerFieldMethod, kAnswerMsg, kAnswerRegisterHandle, kAnswerRemoveMsgNok, kAnswerRemoveMsgOk, kAnswerValue, kAnswerValueByHandle, kAnswervaluedata, kFailedCommand, kFailedHandle, kFailedPath, kFailedRegisterRepeat, kFailedValue, kGetAddressByPath, kGetFields, kGetMsg, kGetValueByHandle, kGetValueByPath, kNoRessource, kRegisterHandle, kRemoveMsg, kSetStringByPath, kSetValueByPath, kSetvaluedata, sizeofHead| Constructor and Description | 
|---|
| InspcTelgInfoSet() | 
| Modifier and Type | Method and Description | 
|---|---|
| static int | lengthCmdGetAddressByPath(int pathLength) | 
| static int | lengthCmdGetFields(int pathLength) | 
| static int | lengthCmdGetValueByPath(int pathLength) | 
| static int | lengthCmdSetValueByPath(int pathLength) | 
| void | setCmdGetAddressByPath(java.lang.String path,
                      int order) | 
| void | setCmdGetFields(java.lang.String path,
               int order) | 
| void | setCmdGetValueByPath(java.lang.String path,
                    int order) | 
| void | setCmdSetValueByPath(java.lang.String path,
                    double value,
                    int order)Adds the info block to send 'get value by path' | 
| void | setCmdSetValueByPath(java.lang.String path,
                    float value,
                    int order)Adds the info block to send 'get value by path' | 
| void | setCmdSetValueByPath(java.lang.String path,
                    int value,
                    int order)Adds the info block to send 'get value by path' | 
| void | xxxsetCmdSetValueByPath(java.lang.String path,
                       long value,
                       int typeofValue,
                       int order)Deprecated. 
 see  org.vishia.inspcPC.accTarget.InspcTargetAccessor#cmdSetValueByPath(String, double) | 
getCmd, getLenInfo, getOrder, infoFormattedAppend, setCmd, setInfoHead, setLengthpublic static final int version
public void setCmdGetFields(java.lang.String path,
                            int order)
public static int lengthCmdGetFields(int pathLength)
public void setCmdGetValueByPath(java.lang.String path,
                                 int order)
public static int lengthCmdGetValueByPath(int pathLength)
@Deprecated
public void xxxsetCmdSetValueByPath(java.lang.String path,
                                                 long value,
                                                 int typeofValue,
                                                 int order)
org.vishia.inspcPC.accTarget.InspcTargetAccessor#cmdSetValueByPath(String, double)path - value - The value as long-image, it may be a double, float, int etc.typeofValue - The type of the value, use InspcDataExchangeAccess.kScalarTypes
                    + ClassJc.REFLECTION_double etc.public void setCmdSetValueByPath(java.lang.String path,
                                 int value,
                                 int order)
path - value - The value as long-image, it may be a double, float, int etc.typeofValue - The type of the value, use InspcDataExchangeAccess.kScalarTypes
                    + ClassJc.REFLECTION_double etc.public void setCmdSetValueByPath(java.lang.String path,
                                 float value,
                                 int order)
path - value - The value as long-image, it may be a double, float, int etc.typeofValue - The type of the value, use InspcDataExchangeAccess.kScalarTypes
                    + ClassJc.REFLECTION_double etc.public void setCmdSetValueByPath(java.lang.String path,
                                 double value,
                                 int order)
path - value - The value as long-image, it may be a double, float, int etc.typeofValue - The type of the value, use InspcDataExchangeAccess.kScalarTypes
                    + ClassJc.REFLECTION_double etc.public static int lengthCmdSetValueByPath(int pathLength)
public void setCmdGetAddressByPath(java.lang.String path,
                                   int order)
public static int lengthCmdGetAddressByPath(int pathLength)