public class AttributeAddress
extends java.lang.Object
Constructor and Description |
---|
AttributeAddress(AttributeClass attributeClass,
ObisCode obisCode) |
AttributeAddress(AttributeClass attributeClass,
ObisCode obisCode,
SelectiveAccessDescription access) |
AttributeAddress(int classId,
ObisCode obisCode,
int attributeId) |
AttributeAddress(int classId,
ObisCode obisCode,
int attributeId,
SelectiveAccessDescription access)
Creates a get parameter for that particular attribute
|
public AttributeAddress(int classId, ObisCode obisCode, int attributeId, SelectiveAccessDescription access)
classId
- Class of the object to readobisCode
- Identifier of the remote object to readattributeId
- Attribute of the object that is to readaccess
- The filter to applypublic AttributeAddress(int classId, ObisCode obisCode, int attributeId)
public AttributeAddress(AttributeClass attributeClass, ObisCode obisCode, SelectiveAccessDescription access)
public AttributeAddress(AttributeClass attributeClass, ObisCode obisCode)