Package org.openmuc.j60870
Interface ReservedASduTypeDecoder
-
public interface ReservedASduTypeDecoder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InformationObject
decode(org.openmuc.j60870.internal.ExtendedDataInputStream is, ASduType aSduType)
java.util.List<ASduType>
getSupportedTypes()
-
-
-
Method Detail
-
getSupportedTypes
java.util.List<ASduType> getSupportedTypes()
-
decode
InformationObject decode(org.openmuc.j60870.internal.ExtendedDataInputStream is, ASduType aSduType)
-
-