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

AttReadByGrpTypeRsp() public méthode

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