Class DcfFirmwareSubscription
- Assembly
- IpPbxCDSClientLib.dll
Subscribing and receiving change notifications for dcf firmware changes To subscribe and unsubscribe use the LibManager class. Subscribe(CallbackSubscription) UnSubscribe(CallbackSubscription)
public class DcfFirmwareSubscription : CallbackSubscription
- Inheritance
-
DcfFirmwareSubscription
- Inherited Members
Constructors
DcfFirmwareSubscription()
Initializes a new instance of the DcfFirmwareSubscription class
public DcfFirmwareSubscription()
Methods
OnDcfFirmwareChanged(TChangeInfo, Firmware)
Virtual method will be called when the mobile user configuration has been changed by the administration
public virtual void OnDcfFirmwareChanged(TChangeInfo info, Firmware firmware)
Parameters
info
TChangeInfoThe standard change information
firmware
FirmwareThe changed firmware
Events
DcfFirmwareChanged
Occurs after dcf firmware has been changed
public event OnDcfFirmwareChanged DcfFirmwareChanged