BTool.AttHandleValueNotification.AttHandleValueNotification C# (CSharp) Méthode

AttHandleValueNotification() public méthode

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