Returns the application layer for a given protocol.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
ApplicationLayer getApplication( short protocol )
Parameters
- protocol
- Type: SystemInt16
The protocol identifier. Must be one of the protocol-specific constants.
Return Value
Type: ApplicationLayerThe application layer for a given protocol identifier.
Remarks
See Also