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
RegisterHookCmpBACnet.IEC_BACNET_STATUSInput
eHookTypeCmpBACnet.IEC_BACNET_CB_TYPEThe hook to to register to.
itfEventThe event consumer to register to the hook.