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

AttReadByTypeRsp() public méthode

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