Microsoft.Protocols.TestSuites.Common.OxcropsClient.RegisterNotificationROPDeserializer C# (CSharp) Method

RegisterNotificationROPDeserializer() private method

Register Notification ROPs' deserializer
private RegisterNotificationROPDeserializer ( ) : void
return void
        private void RegisterNotificationROPDeserializer()
        {
            #region Notification ROPs response register
            RopDeserializer.Register(Convert.ToInt32(RopId.RopNotify), new RopNotifyResponse());
            RopDeserializer.Register(Convert.ToInt32(RopId.RopPending), new RopPendingResponse());
            RopDeserializer.Register(Convert.ToInt32(RopId.RopRegisterNotification), new RopRegisterNotificationResponse());
            #endregion
        }