ServerCallback InterfaceOpenDOF Object Access Library
This allows the transport to callback into the OAL to affect a server.

Namespace: org.opendof.core.transport
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public interface ServerCallback

The ServerCallback type exposes the following members.

Methods

  NameDescription
Public methodgetENP127
Return the ENPv127 block, which is 5 bytes: 127 followed by 4 random bytes.
Public methodgetName
The name of the server.
Public methodstop
Tell a server to stop normally.
Top
Remarks

This allows the transport to callback into the OAL to affect a server.
See Also

Reference