niagara-ax/decompiled/com/honeywell/ascot/objects/IPriorityArrayIndex.java
2026-03-17 13:31:18 -07:00

8 lines
211 B
Java

package com.honeywell.ascot.objects;
import com.tridium.bacnet.asn.AsnInputStream;
public interface IPriorityArrayIndex {
void readFromPriorityArrayIndex(AsnInputStream asnInputStream) throws Exception;
}