public class AttributeAddress extends CosemResourceDescriptor
Constructor and Description |
---|
AttributeAddress(AttributeClass attributeClass,
ObisCode instanceId)
Creates a new attribute address.
|
AttributeAddress(AttributeClass attributeClass,
ObisCode instanceId,
SelectiveAccessDescription access)
Creates a new attribute address.
|
AttributeAddress(AttributeClass attributeClass,
java.lang.String instanceId)
Creates a new attribute address.
|
AttributeAddress(AttributeClass attributeClass,
java.lang.String instanceId,
SelectiveAccessDescription access)
Creates a new attribute address.
|
AttributeAddress(int classId,
ObisCode instanceId,
int attributeId)
Creates a new attribute address.
|
AttributeAddress(int classId,
ObisCode instanceId,
int attributeId,
SelectiveAccessDescription access)
Creates a new attribute address.
|
AttributeAddress(int classId,
java.lang.String instanceId,
int attributeId)
Creates a new attribute address.
|
AttributeAddress(int classId,
java.lang.String instanceId,
int attributeId,
SelectiveAccessDescription access)
Creates a new attribute address.
|
getClassId, getId, getInstanceId
public AttributeAddress(int classId, ObisCode instanceId, int attributeId, SelectiveAccessDescription access)
classId
- Class of the object to readinstanceId
- Identifier of the remote object to readattributeId
- Attribute of the object that is to readaccess
- The filter to applypublic AttributeAddress(int classId, java.lang.String instanceId, int attributeId)
classId
- Class of the object to readinstanceId
- Identifier of the remote object to readattributeId
- Attribute of the object that is to readpublic AttributeAddress(int classId, ObisCode instanceId, int attributeId)
classId
- Class of the object to readinstanceId
- Identifier of the remote object to readattributeId
- Attribute of the object that is to readpublic AttributeAddress(AttributeClass attributeClass, ObisCode instanceId, SelectiveAccessDescription access)
attributeClass
- the AttributeClass constant.instanceId
- Identifier of the remote object to readaccess
- The filter to applypublic AttributeAddress(AttributeClass attributeClass, ObisCode instanceId)
attributeClass
- the AttributeClass constant.instanceId
- Identifier of the remote object to readpublic AttributeAddress(AttributeClass attributeClass, java.lang.String instanceId)
attributeClass
- the AttributeClass constant.instanceId
- Identifier of the remote object to readpublic AttributeAddress(AttributeClass attributeClass, java.lang.String instanceId, SelectiveAccessDescription access)
attributeClass
- the AttributeClass constant.instanceId
- Identifier of the remote object to readaccess
- The filter to applypublic AttributeAddress(int classId, java.lang.String instanceId, int attributeId, SelectiveAccessDescription access)
classId
- Class of the object to readinstanceId
- Identifier of the remote object to readattributeId
- Attribute of the object that is to readaccess
- The filter to apply