BACnetServer.RegisterHook (METH)

METHOD RegisterHook : CmpBACnet.IEC_BACNET_STATUS

Registers a FB implementing IBACnetEventConsumer (itfEvent) to a BACnet-Stack-Hook of type eHookType. The method of the IBACnetEventConsumer interface gets called whenever the specified hook occurs after registration.

InOut:

Scope

Name

Type

Comment

Return

RegisterHook

CmpBACnet.IEC_BACNET_STATUS

Input

eHookType

CmpBACnet.IEC_BACNET_CB_TYPE

The hook to to register to.

itfEvent

IBACnetEventConsumer

The event consumer to register to the hook.