Creates protocol layers and instances.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public interface DOFProtocolFactory : DOFImmutable
The DOFProtocolFactory type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | getApplication | Returns the application layer for a given protocol. |
![]() | getAppVersions | Get a list of support application versions. |
![]() | getDefaultENP | Get the default DNP version. |
![]() | getDefaultEPP | Get the default DPP version. |
![]() | getENPInstance | Get an DNP instance for a given DNP version. |
![]() | getENPVersions | Get a list of supported DNP versions. |
![]() | getEPPInstance | Get an DPP instance for a given DPP version. |
![]() | getEPPVersions | Get a list of supported DPP versions. |
![]() | getESPInstance | Get the DSP instance. |
![]() | getSecurityMode(Int16) | Returns the security mode layer for a protocol identifier. |
![]() | getSecurityMode(Int16, DOFMarshalContext, Object, DOFPacket) | Returns the unmarshalled security mode layer for a protocol identifier. |
Remarks
See Also
Reference
org.opendof.core.internal_Renamed.core.OALProtocolNegotiator
DefaultProtocolFactory
org.opendof.core.internal_Renamed.core.DefaultProtocolNegotiator