Class GetInstAttrListReq.InstanceAttributes
- java.lang.Object
-
- com.automation_pros.odva.cip.requests.GetInstAttrListReq.InstanceAttributes
-
- Enclosing class:
- GetInstAttrListReq
public static class GetInstAttrListReq.InstanceAttributes extends java.lang.Object
Each remote instance found in the payload is loaded into this object for the caller's convenience.
-
-
Field Summary
Fields Modifier and Type Field Description BaseDataType<?>[]
attrValues
Clones of the caller-supplied data types, filled in from the payload for this instance.int
number
Instance number parsed from the payload, interpreted as an unsigned value.
-
Constructor Summary
Constructors Constructor Description InstanceAttributes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Field Detail
-
number
public int number
Instance number parsed from the payload, interpreted as an unsigned value.
-
attrValues
public BaseDataType<?>[] attrValues
Clones of the caller-supplied data types, filled in from the payload for this instance.
-
-