BTool.AttHandleValueNotification.AttHandleValueNotification C# (CSharp) Method

AttHandleValueNotification() public method

public AttHandleValueNotification ( DeviceForm deviceForm ) : System.Collections.Generic
deviceForm DeviceForm
return System.Collections.Generic
        public AttHandleValueNotification(DeviceForm deviceForm)
        {
            attrUuidUtils = new AttrUuidUtils();
            attrDataUtils = new AttrDataUtils(deviceForm);
        }