niagara-ax/decompiled/javax/baja/bacnet/io/PropertyReference.java
2026-03-17 13:31:18 -07:00

12 lines
228 B
Java

package javax.baja.bacnet.io;
public interface PropertyReference {
int getPropertyArrayIndex();
int getPropertyId();
void readAsn(AsnInput asnInput) throws AsnException;
void writeAsn(AsnOutput asnOutput);
}