8 lines
211 B
Java
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;
|
|
}
|